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: main
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: feature/configurable-base-registry
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 16, 2026

  1. Add support for custom base registry in Checkmarx AST GitHub Action

    - Introduced new input parameters: `base_registry`, `base_registry_username`, and `base_registry_password` for authenticating with a custom container registry.
    - Updated action logic to build and run the Docker image from a specified base registry if provided, defaulting to Docker Hub otherwise.
    - Enhanced documentation in README.md to include configuration details for using a custom base registry.
    - Added a new workflow to test the custom registry feature, ensuring proper functionality and integration.
    - Updated Dockerfile to support the new base registry argument.
    cx-amol-mane committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    ce5d213 View commit details
    Browse the repository at this point in the history
  2. Update GitHub Actions workflow to trigger on push to feature/configur…

    …able-base-registry branch
    cx-amol-mane committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    e4deaa0 View commit details
    Browse the repository at this point in the history
  3. Refactor GitHub Actions workflow to use secrets for registry URL

    - Removed the `base_registry` input parameter and replaced it with the `ARTIFACTORY_URL` secret for improved security.
    - Updated all references in the workflow to utilize the new secret for Docker login, image pull, and build processes.
    - Defaulted the `skip_scan` input to true for streamlined testing.
    cx-amol-mane committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    ee41bff View commit details
    Browse the repository at this point in the history
  4. Enhance Docker run command in action.yml to use custom entrypoint

    - Updated the Docker run command to include the `--entrypoint` flag, allowing for the specification of a custom entrypoint script.
    - This change improves the flexibility of the action by enabling the use of a specific entrypoint for the container.
    cx-amol-mane committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    c1b7770 View commit details
    Browse the repository at this point in the history
Loading