Skip to content

nctl-scan-installer

Actions
Installs nctl scan
v0.0.10
Latest
Star (3)

Tags

 (1)

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/[email protected] # pin to the preferred release

      - name: Check nctl version
        run: nctl version

nctl-scan-installer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Installs nctl scan
v0.0.10
Latest

Tags

 (1)

nctl-scan-installer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.