v4.2.0

NCTL 4.2.0 Release Notes

This release comes with new features, updates, and bug fixes.

New Features

PolicyException workflow with NCTL

  • Use nctl to integrate the PolicyException workflow in NPM with GitOps. As part of this, new commands are added to nctl.
nctl login github
nctl create pull-request

Enhancements

  • Support polr output format for kubernetes scan results.
  • Support --details for non-K8s scans to display detailed outputs.
  • A new flag --continue-on-fail is added to continue processing results even if there is some error or the Kyverno engine panics. It is not advisable to use this flag unless absolutely needed. This flag may be deprecated and removed in the future.

Minor Updates and Bug Fixes

  • Update stdout text for scan results.
  • Fixed dockerfile scan when policy reference is a GitHub path.
  • Fixed regressions for nctl remediate command.
  • Scan locally cloned repository and publish results to NPM (cloned either with ssh or https).