Skip to content

Commit 5dcb074

Browse files
true added
1 parent 31dd654 commit 5dcb074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipeline-sca-Linux-(js).yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ steps:
4141
script: |
4242
curl -sSO https://downloads.veracode.com/securityscan/pipeline-scan-LATEST.zip
4343
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'
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' || true
4545
- publish: $(System.DefaultWorkingDirectory)/results.json
4646
artifact: VeracodeBaseline

0 commit comments

Comments
 (0)