Update to trivy version 0.47.0 in Dockerfile (#280)

See:
- https://github.com/aquasecurity/trivy/releases/tag/v0.47.0
This commit is contained in:
Victor Sollerhed
2023-11-07 02:35:08 +01:00
committed by GitHub
parent 7b07fa7d6a
commit 47e481a388
+1 -1
View File
@@ -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