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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user