We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b6e64 commit a4f84b4Copy full SHA for a4f84b4
.github/workflows/one-scan.yml
@@ -15,6 +15,10 @@ jobs:
15
steps:
16
- name: Checkout
17
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
+
19
+ - name: Log in to JFrog Container Registry
20
+ run: |
21
+ echo "AKCpBrw58t1THqqappFGjYdUJ3q46sbLV4KPoB6yF6zrS4kpZgXa22aa6n2nVxSksiqpWkrCkdocker" | docker login checkmarx.jfrog.io -u [email protected] --password-stdin
22
- name: Checkmarx One CLI Action
23
uses: checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # v.2.0.36
24
with:
0 commit comments