Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Checkmarx/ast-github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.45
Choose a base ref
...
head repository: Checkmarx/ast-github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.46
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 24, 2025

  1. Update checkmarx-ast-cli to 2.3.17

    github-actions committed Mar 24, 2025
    Copy the full SHA
    304f55a View commit details
  2. Merge pull request #235 from Checkmarx/feature/update_cli_2.3.17

    Update checkmarx-ast-cli binaries with 2.3.17
    cx-daniel-greenspan authored Mar 24, 2025
    Copy the full SHA
    07d0cda View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
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.16@sha256:d2ee240afd7018599ab5f0816e82707fc42bdb1a185e16ddb8bb7d791789074e
FROM checkmarx/ast-cli:2.3.17@sha256:e8cdae45b3d2757263df8acd96cbc09dd1605da84d27ca22a1d2cdd2e7db09ac

# Docker actions must be run by the default Docker user (root).
USER root