Skip to content

Commit 9b594b9

Browse files
request policy added
1 parent 6102ef9 commit 9b594b9

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
@@ -42,6 +42,6 @@ steps:
4242
script: |
4343
curl -sSO https://downloads.veracode.com/securityscan/pipeline-scan-LATEST.zip
4444
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'
45+
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'
4646
- publish: $(System.DefaultWorkingDirectory)/results.json
4747
artifact: VeracodeBaseline

0 commit comments

Comments
 (0)