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 31dd654 commit 5dcb074Copy full SHA for 5dcb074
azure-pipeline-sca-Linux-(js).yml
@@ -41,6 +41,6 @@ steps:
41
script: |
42
curl -sSO https://downloads.veracode.com/securityscan/pipeline-scan-LATEST.zip
43
unzip -o pipeline-scan-LATEST.zip
44
- java -jar pipeline-scan.jar -vid $(VERACODE_API_ID) -vkey $(VERACODE_API_KEY) -f '$(Build.ArtifactStagingDirectory)/$(Build.BuildId)-js.zip' --policy_name 'Veracode Recommended Very High'
+ java -jar pipeline-scan.jar -vid $(VERACODE_API_ID) -vkey $(VERACODE_API_KEY) -f '$(Build.ArtifactStagingDirectory)/$(Build.BuildId)-js.zip' --policy_name 'Veracode Recommended Very High' || true
45
- publish: $(System.DefaultWorkingDirectory)/results.json
46
artifact: VeracodeBaseline
0 commit comments