Update Trivy Version in Dockerfile (#117)

Updated the dockerfile to use the latest release of Trivy.
This commit is contained in:
James Luther
2022-06-02 16:53:00 -05:00
committed by GitHub
parent 987beb8186
commit df3fb7d00b
+1 -1
View File
@@ -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