Skip to content

Commit

Permalink
Update one-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elchananarb committed Dec 19, 2024
1 parent d2c9d0a commit 89b75da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/one-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Log in to JFrog Container Registry
run: docker login checkmarx.jfrog.io -u elchanan.arbiv@checkmarx.com -p ${{ secrets.JFROG_TOKEN }}
run: echo ${{ secrets.JFROG_TOKEN }} | docker login checkmarx.jfrog.io -u elchanan.arbiv@checkmarx.com --password-stdin


- name: Run docker Pull checkmarx.jfrog.io/ast-docker/chainguard/go-fips
run: docker pull checkmarx.jfrog.io/ast-docker/chainguard/go-fips:1.22.9-r0@sha256:632691ef054759e5702ba90777046498573340b65e1c9ccac0285b0ccb71775e

- name: Checkmarx One CLI Action
uses: checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # v.2.0.36
with:
Expand Down

0 comments on commit 89b75da

Please sign in to comment.