From d35f3664b1cffb980141685f2571374cef464063 Mon Sep 17 00:00:00 2001 From: Claudia Murialdo Date: Thu, 4 Aug 2022 17:20:21 -0300 Subject: [PATCH] Keep fail_on_severity Very High, High until medium issues are processed. --- .github/workflows/veracode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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