bump to version 0.20.0 to add requirements.txt support (#69)

This commit is contained in:
Emil Lengman
2021-10-26 20:43:48 +02:00
committed by GitHub
parent 101d9bacf6
commit 6bce46377c
+1 -1
View File
@@ -1,4 +1,4 @@
FROM aquasec/trivy:0.19.2
FROM aquasec/trivy:0.20.0
COPY entrypoint.sh /
RUN apk --no-cache add bash
RUN chmod +x /entrypoint.sh