Skip to content

kubeaudit-v0.20.0

Compare
Choose a tag to compare
@dani-santos-code dani-santos-code released this 06 Sep 21:25
· 19 commits to main since this release
918091a

⚠️ Breaking Changes

  • The Name field in the AuditorResult struct has been renamed to Auditor

✨ New Features

  • A new package was added, allowing for the use of the --format sarif flag to generate a SARIF report, which eases integration with other Static Code Analysis tooling, such as Github Code Scanning: https://github.com/Shopify/kubeaudit#audit-results

  • The AuditorResult has been extended with new fields: Auditor (used to be Name), Rule and FilePath

  • containerd paths have been added to the list of sensitive paths from Falco - thank you @Benzhaomin !!! 🎉

Changelog