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.
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