v0.27.0 #2039
aqua-bot
announced in
Announcements
v0.27.0
#2039
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 What's new? 🚀
🔓 Secret Scanning 🎉
Trivy scans hardcoded secrets like passwords, API keys and tokens. The secret scanning is enabled for container images, filesystems and git repositories by default.
The following example detects vulnerabilities and secrets in a container image.
It also supports custom rules so that you can capture your original secrets. Please check it out for the detail.
Kudos to @VaismanLior
🍶 Support TTL in Redis cache
Trivy stores artifact information such as OS and packages in cache. The cache contains only JSON and should not be such a big size. But just in case scanning a lot of images, Trivy offers
--cache-ttl
to configure TTL only when the cache backend is Redis.See here also.
🐞 Bug fixes 🐛
Changelog
This discussion was created from the release v0.27.0.
Beta Was this translation helpful? Give feedback.
All reactions