diff --git a/Dockerfile b/Dockerfile index 128cc79..7171785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]