Prepare for v0.30.0 #2507
Closed
knqyf263
started this conversation in
Development
Replies: 1 comment
-
🚀 RBAC Assessment new Table viewA new and designated table view for Rbac assessment has been introduce : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The release note of v0.30.0
💔 BREAKING CHANGES 💔
Change
trivy sbomto scan SBOM for vulnerabilitiesPlease replace
trivy sbomwith--format cyclonedx,--format spdx, etc.Before
After
See here for the detail.
🚀 What's new? 🚀
🎊 Config file support (trivy.yaml) 🦖
Trivy loads
trivy.yamlif it exists in the current directory. You can change the config path via--config.Trivy uses the following precedence order. Each item takes precedence over the item below it:
See the doc for more details.
👮 License scanning 📄
Trivy scans any container image for licenses and offers an opinionated view on the risk associated with the license. License are classified using the Google License Classification
To enable license scanning, you can pass
--security-checks license.You can also customize the classification through
trivy.yaml. See here for more details.🌀 Scan CycloneDX for vulnerabilities 🌀
Trivy can take a CycloneDX JSON as input to scan for vulnerabilities.
📦 pnpm support 🟨
Trivy added support for pnpm. It scans pnpm-lock.yaml for vulnerabilities.
🐦 Amazon Linux 2022 🥈🥈
🕸️ Support for .Net core .deps.json 🎤
.Net core generates a [appname].deps.json alongside the executable which contains the dependencies of that executable. Trivy now scans .deps.json for vulnerabilities.
📦 dpkg license 📃
Trivy detects licenses in Debian packages.
🚀 RBAC Assessment Table
A new and designated table view for Rbac assessment has been introduce :
Beta Was this translation helpful? Give feedback.
All reactions