This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
kubeaudit-v0.20.0
⚠️ Breaking Changes
- The
Name
field in the AuditorResult struct has been renamed toAuditor
✨ 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
andFilePath
-
containerd
paths have been added to the list of sensitive paths from Falco - thank you @Benzhaomin !!! 🎉
Changelog
- 918091a adds new version (#474)
- e9fce13 refactors sarif test (#469)
- 7bb32c2 Bump k8s.io/apimachinery from 0.24.3 to 0.24.4 (#468)
- 32a65c8 adds support for sarif output (#453)
- df0fd92 feat(mounts): update list of sensitive paths from Falco, adds containerd (#463)
- b3342d7 Remove CLA from probots.yml and use new GitHub action (#461)
- 85e7b30 updates deps 07 22 2022 (#459)