From 6f49a5c623cc0da7e768aaaf6af36e8deb5fb547 Mon Sep 17 00:00:00 2001 From: "alexandria.gomez" Date: Tue, 4 Feb 2025 17:12:19 -0500 Subject: [PATCH] update sca scan --- .github/workflows/veracode-scan.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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