chore: Update trivy version to 0.25 (#100)

Co-authored-by: carolina valencia <krol3@users.noreply.github.com>
This commit is contained in:
Carol Valencia
2022-04-04 10:05:28 -07:00
committed by GitHub
co-authored by carolina valencia
parent 296212627a
commit f39d29766a
+1 -1
View File
@@ -1,4 +1,4 @@
FROM aquasec/trivy:0.23.0
FROM aquasec/trivy:0.25.0
COPY entrypoint.sh /
RUN apk --no-cache add bash
RUN chmod +x /entrypoint.sh