Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 687 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 687 Bytes

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