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 6102ef9 commit 9b594b9Copy full SHA for 9b594b9
azure-pipeline-sca-Linux-(js).yml
@@ -42,6 +42,6 @@ steps:
42
script: |
43
curl -sSO https://downloads.veracode.com/securityscan/pipeline-scan-LATEST.zip
44
unzip -o pipeline-scan-LATEST.zip
45
- java -jar pipeline-scan.jar -vid $(VERACODE_API_ID) -vkey $(VERACODE_API_KEY) -f '$(Build.ArtifactStagingDirectory)/$(Build.BuildId)-js.zip' --policy_name 'Arun-Test'
+ java -jar pipeline-scan.jar -vid $(VERACODE_API_ID) -vkey $(VERACODE_API_KEY) -f '$(Build.ArtifactStagingDirectory)/$(Build.BuildId)-js.zip' --request_policy 'Arun-Test' --policy_name 'Arun-Test'
46
- publish: $(System.DefaultWorkingDirectory)/results.json
47
artifact: VeracodeBaseline
0 commit comments