Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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.64@sha256:40e8bc8b8b7af723b3c3405b3a1914afd3f58fa30ac802c6cf1686b552654571
FROM checkmarx/ast-cli:2.3.65@sha256:c537541a86f1651caaafdcf6bdfbc6a5b0fc26dda6a7115718951aea284c3aeb

# Docker actions must be run by the default Docker user (root).
USER root
Expand Down
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ runs:
NAMESPACE: ${{ inputs.namespace }}
PR_NUMBER: ${{ inputs.pr_number }}
SOURCE_DIR: ${{ inputs.source_dir }}
CX_KEYRING_MODE: 'disabled'
branding:
icon: 'check'
color: 'green'
Loading