Prepare for v0.35.0 #3229
knqyf263
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Draft to collaborate on v0.35.0 release announcement
💿 AMI/EBS scanning 🏆
Trivy now scans AWS AMI images and EBS snapshots. You just need to specify your AMI ID with the
ami:
prefix.You can also directly scan EBS snapshots.
🐢 Slow scanning mode 🐜
--slow
tries to use less CPU/memory for scanning though it takes more time than normal scanning. It fits small-footprint environments. The flag is unnecessary in most cases.🍡 Scan image digests in containerd 🍾
Thanks to @pmengelbert
🧾 Custom compliance reports ☑️
User can now use Trivy to scan your Kubernetes cluster with custom compliance report define by the user.
spec format should look like this:
In order to create it use the
--compliance=@/spec/my_complaince.yaml
flag.Example:
For more details here: compliance reports
Beta Was this translation helpful? Give feedback.
All reactions