Bump base image version to 0.19.2 to fix issue with config scanning. (#58)

This commit is contained in:
Peter Kipping
2021-08-18 06:50:20 +12:00
committed by GitHub
parent 9438b49cc3
commit 8eccb55397
+1 -1
View File
@@ -1,4 +1,4 @@
FROM aquasec/trivy:0.19.1
FROM aquasec/trivy:0.19.2
COPY entrypoint.sh /
RUN apk --no-cache add bash
RUN chmod +x /entrypoint.sh