fix invalid rule exception for SARIF templates (#47)

This commit is contained in:
rahul2393
2021-05-13 23:55:15 +05:30
committed by GitHub
parent c9017eb417
commit dba83feec8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM aquasec/trivy:0.18.0
FROM aquasec/trivy:0.18.1
COPY entrypoint.sh /
RUN apk --no-cache add bash
RUN chmod +x /entrypoint.sh