Skip to content

Commit

Permalink
Merge pull request #207 from Checkmarx/Korjen97-patch-3
Browse files Browse the repository at this point in the history
Update cli version to 2.3.3
  • Loading branch information
OrShamirCM authored Nov 5, 2024
2 parents f0869bd + 1bce73c commit 03a90e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use AST Base image
FROM checkmarx/ast-cli:2.3.0@sha256:6bdb2d0b18246ca1a269de2860938313ea14ca2d6e443c953c84fbac9ee5df85
FROM checkmarx/ast-cli:2.3.3@sha256:6bdb2d0b18246ca1a269de2860938313ea14ca2d6e443c953c84fbac9ee5df85

# Docker actions must be run by the default Docker user (root).
USER root
Expand All @@ -9,4 +9,4 @@ COPY entrypoint.sh /app/entrypoint.sh
COPY cleanup.sh /app/cleanup.sh

RUN chmod +x /app/entrypoint.sh \
&& chmod +x /app/cleanup.sh
&& chmod +x /app/cleanup.sh

0 comments on commit 03a90e7

Please sign in to comment.