v4.2.0
NCTL 4.2.0 Release Notes
v4.2.1
New Features
Homebrew support
- Install nctl v4.2.1 with the help of homebrew in mac and linux devices. Learn more about
nctl
installation with homebrew from the official documentation.
Minor updates and Bug Fixes
- Add name and id label in scan command.
- Fix CVE for nctl v4.2.0.
- Fix terraform plan scanning.
- Fix terraform state scanning.
- Fix silence error in scan commands.
v4.2.0
This release comes with new features, updates, and bug fixes.
New Features
PolicyException workflow with NCTL
- Use nctl to integrate the PolicyException workflow in NCH 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 NCH (cloned either with ssh or https).