diff --git a/.github/workflows/veracode-scan.yml b/.github/workflows/veracode-scan.yml index 8135b8d..5493dba 100644 --- a/.github/workflows/veracode-scan.yml +++ b/.github/workflows/veracode-scan.yml @@ -34,8 +34,4 @@ jobs: - name: Run Veracode Software Composition Analysis (SCA) env: SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }} - uses: veracode/veracode-sca@v2.1.6 - with: - create-issues: false - allow-dirty: true - recursive: true \ No newline at end of file + run: curl --silent --show-error --location https://download.sourceclear.com/ci.sh | sh -s -- scan ./ --update-advisor --allow-dirty