We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c7421 commit 4d566c5Copy full SHA for 4d566c5
Dockerfile
@@ -33,6 +33,6 @@ RUN ["/azure-auditor", "--help"]
33
FROM gcr.io/distroless/static
34
ENV LOG_JSON=1
35
COPY --from=test /azure-auditor /
36
-COPY --from=test /go/src/github.com/webdevops/azure-auditor/templates/ /templates/
+COPY --from=test /templates/ /templates/
37
USER 1000:1000
38
ENTRYPOINT ["/azure-auditor"]
0 commit comments