Update to `trivy` version `0.47.0` in Dockerfile (#280)

See:
- https://github.com/aquasecurity/trivy/releases/tag/v0.47.0
pull/266/merge
Victor Sollerhed 6 months ago committed by GitHub
parent 7b07fa7d6a
commit 47e481a388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.46.1
FROM ghcr.io/aquasecurity/trivy:0.47.0
COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh

Loading…
Cancel
Save