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 0ee6deb commit 085a69eCopy full SHA for 085a69e
Dockerfile
@@ -22,6 +22,7 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build
22
# Test
23
#############################################
24
FROM gcr.io/distroless/static as test
25
+USER 0:0
26
WORKDIR /app
27
COPY --from=build /go/src/github.com/webdevops/azure-auditor/azure-auditor .
28
COPY --from=build /go/src/github.com/webdevops/azure-auditor/templates ./templates
0 commit comments