v0.40.0 #4074
aqua-bot
announced in
Announcements
v0.40.0
#4074
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 What's new? 🚀
🖇️ OCI Referrers 📜
When scanning an image from registry, Trivy can now discover the SBOM for the image using the new OCI 1.1 Artifacts and Referrers. To enable this, use the
--sbom-sources oci
flag:Trivy also has a new plugin to help with managing artifacts and references in OCI registry.
It can:
You can find more information about the trivy referrer plugin here: https://github.com/aquasecurity/trivy-plugin-referrer/
🌟 Skip files/dirs by globstar
--skip-files and --skip-dirs now support globstar (
**
).🦀 Cargo.lock v3 support
Support for generating SBOM and vulnerability scanning for Cargo.lock v3.
📦 Signed Trivy RPM Package 🔏
Trivy's RPM package is now signed. You can verify the signature during installation by specifying the GPG key.
📄 Image metadata in SARIF format
When generating a SARIF report, Trivy now stores information about the image that was scanned inside the report. Image name, digest, and tags will be added to the property bag of the "Run" object.
🐙 Support for Chainguard commercial distro 🐺
Trivy now supports vulnerability scanning for Chainguard Linux, a commercial distribution based on Wolfi.
(Thanks @luhring )
This discussion was created from the release v0.40.0.
Beta Was this translation helpful? Give feedback.
All reactions