Prepare for v0.31.0 #2704
knqyf263
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The release note of v0.31.0
🚀 What's new? 🚀
☁️ AWS Scanning 🩻
You can now scan live AWS accounts for misconfigurations with the
trivy aws
command.All the misconfiguration rules built into Trivy for IaC scanning are the same rules being used to scan AWS. This means the rules are consistent across platforms and, as a bonus, can be used to find the causes of AWS issues when infrastructure is defined with Terraform or CloudFormation.
Authentication is done using all of the same mechanisms supported by the
aws-cli
, so you can likely get up and running simply by running the newtrivy aws
command.🚢 SBOM generation without vulnerability scanning ⛓️
--format cyclonedx
,--format spdx
and--format json
disables security checks by default so that you can just generate SBOM.📝 Support for attestation
You can create an SBOM attestation based on SBOM Trivy generates.
In addition, you can create a cosign vulnerability scan record attestation with
--format cosign-vuln
.See here for more details.
🌀 Scan SBOM attestation for vulnerabilities 🧛
Trivy can take SBOM attestation as input and scan it for vulnerabilities.
See here for more details.
🔐 Detect removed secrets in the intermediate layer 🙈
A file including hard-coded secrets can be modified or removed in the upper layer, but the hidden secrets can still be extracted from the intermediate layer. Trivy currently detects such secrets as well.
💉 Support external variable injection 📜
helm install
See here for more details.
🦀 Scan Rust binaries 🦀
If a binary is built by cargo-auditable, Trivy will extract dependencies of the binary and scan it for vulnerabilities.
Thanks to @tofay
🏷️ Support git branch, commit and tag in repository scanning 🌮
Thanks to @ShubhamPalriwala
Beta Was this translation helpful? Give feedback.
All reactions