We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29dd645 commit f514828Copy full SHA for f514828
1 file changed
Dockerfile
@@ -1,14 +1,12 @@
1
# Use AST Base image
2
FROM checkmarx/ast-cli:2.3.22@sha256:64cb2c7c244a342f0fe6308654cdac2bee35d26c35985bb97294575c9c192054
3
4
+USER root
5
# Copy the entrypoint script and properties used for the action
6
COPY entrypoint.sh /app/entrypoint.sh
7
COPY cleanup.sh /app/cleanup.sh
8
9
RUN chmod +x /app/entrypoint.sh \
10
&& chmod +x /app/cleanup.sh
11
-# Docker actions must be run by the default Docker user (root).
12
-USER nonroot
13
-
14
HEALTHCHECK NONE
0 commit comments