Skip to content
package

GitHub Action

nctl-scan-installer

v0.0.4 Latest version

nctl-scan-installer

package

nctl-scan-installer

Installs nctl scan

Installation

Copy and paste the following snippet into your .yml file.

              

- name: nctl-scan-installer

uses: nirmata/action-install-nctl-scan@v0.0.4

Learn more about this action in nirmata/action-install-nctl-scan

Choose a version

action-install-nctl-scan GitHub Action

nctl is a CLI by Nirmata that can be used standalone to scan config files (Kubernetes manifests, IaC files, Dockerfile, JSON).

To learn more about nctl, refer to the official documentation.

Usage

This action currently supports GitHub-provided Linux runner.

Add the following entry to your Github workflow YAML file:

jobs:
  example:
    runs-on: ubuntu-latest

    permissions: {}

    name: Install nctl
    steps:
      - name: Install nctl
        uses: nirmata/action-install-nctl-scan@v0.0.2 # pin to the preferred release

      - name: Check nctl version
        run: nctl version