mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
Update Trivy Version in Dockerfile (#117)
Updated the dockerfile to use the latest release of Trivy.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM aquasec/trivy:0.27.1
|
||||
FROM aquasec/trivy:0.28.1
|
||||
COPY entrypoint.sh /
|
||||
RUN apk --no-cache add bash
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user