v0.25.0 #1904
aqua-bot
announced in
Announcements
v0.25.0
#1904
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 What's new? 🚀
🥏 Add subcommand for SBOM
Trivy now generates SBOM with the dedicated subcommand.
Note: it supports CycloneDX only, but other formats are coming soon.
If you want to scan the local filesystem, you can use
--artifact-type
option.See here for more details.
Kudos to @tamirkiviti13
🌀 Add vulnerabilities to CycloneDX
Trivy supports CycloneDX 1.4 and adds vulnerabilities.
Kudos to @masahiro331
🗳️ Filesystem scanning in client/server mode
Trivy scans local filesystem in client/server mode.
Open another terminal and run a client with the
--server
flag:Note: The
--server
option will be added totrivy image
andtrivy repo
in the next version. Then,trivy client
will be deprecated.See here for more details.
Kudos to @afdesk
🎓 Add version subcommand
trivy version
supports JSON format.Kudos to @DmitriyLewen
This discussion was created from the release v0.25.0.
Beta Was this translation helpful? Give feedback.
All reactions