test: volume mount

This commit is contained in:
Simar
2022-06-23 16:30:18 -07:00
parent 7b7aa264d8
commit 74194a9efa
+1
View File
@@ -2,4 +2,5 @@ FROM ghcr.io/aquasecurity/trivy:0.29.1
COPY entrypoint.sh /
RUN apk --no-cache add bash curl
RUN chmod +x /entrypoint.sh
ADD $GITHUB_WORKSPACE /github_workspace
ENTRYPOINT ["/entrypoint.sh"]