v0.35.0 #3231
aqua-bot
announced in
Announcements
v0.35.0
#3231
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 What's new? 🚀
💿 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
🐛 Bug fixes 🐞
--security-checks none
from image help #3156)This discussion was created from the release v0.35.0.
Beta Was this translation helpful? Give feedback.
All reactions