nctl compliance checklist

Show compliance checklist with pass/fail status for a standard

nctl compliance checklist [flags]

Examples

  # Show SOC2 compliance checklist
  nctl compliance checklist --standard soc2

  # Show NIST 800-53 checklist in JSON format
  nctl compliance checklist --standard nist-800-53 -o json

  # Show checklist with custom mappings
  nctl compliance checklist --standard soc2 --mappings-file /path/to/mappings.yaml

Options

  -h, --help                   help for checklist
      --mappings-file string   Override path to mappings YAML file
  -o, --output string          Output format (text, json, yaml, openreport) (default "text")
      --standard string        Compliance standard (soc2, nist-800-53, nsa-cisa, iso27001, pci-dss, etc.)

Options inherited from parent commands

  -v, --v Level   number for the log level verbosity

SEE ALSO