We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7d237 commit 55e6b39Copy full SHA for 55e6b39
.github/workflows/veracode-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- uses: actions/setup-java@v1
44
with:
45
- java-version: 1.8
+ java-version: 13
46
- run: java -jar pipeline-scan.jar --veracode_api_id "${{secrets.VERACODE_API_ID}}" --veracode_api_key "${{secrets.VERACODE_API_KEY}}" --fail_on_severity="Very High, High" --file veracode-pipeline-scan-results-to-sarif.zip
47
continue-on-error: true
48
- uses: actions/upload-artifact@v1
0 commit comments