v0.19.0 #1112
aqua-bot
announced in
Announcements
v0.19.0
#1112
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
💔 BREAKING CHANGES 💔
Migrate to new JSON schema of scan results
$ trivy image -f json alpine:3.11 ... 2021-06-08T11:22:17.201+0300 WARN DEPRECATED: the current JSON schema is deprecated, check https://github.com/aquasecurity/trivy/discussions/1050 for more information. ...
See here for the details.
🚀 What's new? 🚀
🍣 Misconfiguration Detection 🍤
Trivy scans Dockerfile, Kubernetes, and Terraform to detect configuration issues. Trivy provides plenty of managed policies and keep them up-to-date automatically. All you have to do is specify your directory including config files.
Custom policies are also supported. You can see many examples here. CloudFormation and Ansible supports are coming 🔜
Our official GitHub Actions will support misconfiguration detection shortly.
For more details, see the documentation.
Generate CycloneDX Software Bill of Materials (SBOM) (#1076)
Trivy's SBOM is available.
https://github.com/aquasecurity/trivy/releases/download/v0.19.0/bom.json
Thanks to @VinodAnandan, @coderpatros, and @stevespringett
Support Google Artifact Registry (#1055)
Trivy scans container images in Google Artifact Registry
Support Alpine Linux 3.14 and Ubuntu 21.04
See #1072 and #1027.
Thanks to @chrisnovakovic and @mozillazg
Add GitLab Code Quality template (#895)
Trivy can be integrated into GitLab Code Quality.
See the documentation.
Thanks to @bmagistro
Support --list-all-pkgs flag in the
client
subcommand🐞 Bug fixes 🐛
Change unknown os from info to debug (#1109)
Reduce the Internet access (#1105)
Multiple prefixed data sources (#1070)
Replace slice with substr in ASFF template (#1058)
Parametrized ingress host path in the official Helm chart (#1049)
If patchedVersion is empty mark it as vulnerable (#1030)
Changelog
https://github.com/aquasecurity/trivy/releases/tag/v0.19.0
Docker images
docker pull aquasec/trivy:0.19.0
docker pull ghcr.io/aquasecurity/trivy:0.19.0
docker pull public.ecr.aws/aquasecurity/trivy:0.19.0
docker pull aquasec/trivy:latest
docker pull ghcr.io/aquasecurity/trivy:latest
docker pull public.ecr.aws/aquasecurity/trivy:latest
This discussion was created from the release v0.19.0.
Beta Was this translation helpful? Give feedback.
All reactions