diff --git a/.github/workflows/veracode.yml b/.github/workflows/veracode.yml index 00abaf6fe..6a8bbb934 100644 --- a/.github/workflows/veracode.yml +++ b/.github/workflows/veracode.yml @@ -80,7 +80,7 @@ jobs: with: java-version: 1.8 - name: Execute scan - run: java -jar ".veracode\pipeline-scan.jar" --veracode_api_id "${{secrets.VERACODE_API_ID}}" --veracode_api_key "${{secrets.VERACODE_API_KEY}}" --fail_on_severity="Very High, High, Medium" --file $env:ZipFilename + run: java -jar ".veracode\pipeline-scan.jar" --veracode_api_id "${{secrets.VERACODE_API_ID}}" --veracode_api_key "${{secrets.VERACODE_API_KEY}}" --fail_on_severity="Very High, High" --file $env:ZipFilename continue-on-error: false - name: Convert pipeline scan output to SARIF format id: convert