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