anusha94 / action-install-nctl-scan

GitHub action for nctl scan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action-install-nctl-scan GitHub Action

This action enables you to install nctl.

Usage

This action currently supports GitHub-provided Linux runner.

Example

jobs:
  example:
    runs-on: ubuntu-latest

    permissions: {}

    name: Install NCTL scan
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
        with:
          token: ${{ secrets.PAT }}
          release: 3.3.6
      - name: Install NCTL scan
        uses: ./
      - name: Check install
        run: nctl version

About

GitHub action for nctl scan