Skip to content

Commit cee5888

Browse files
updated as policy file
1 parent 36670c1 commit cee5888

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
@@ -43,6 +43,6 @@ steps:
4343
curl -sSO https://downloads.veracode.com/securityscan/pipeline-scan-LATEST.zip
4444
unzip -o pipeline-scan-LATEST.zip
4545
java -jar pipeline-scan.jar -vid $(VERACODE_API_ID) -vkey $(VERACODE_API_KEY) --request_policy 'Arun-Test'
46-
java -jar pipeline-scan.jar -vid $(VERACODE_API_ID) -vkey $(VERACODE_API_KEY) -f '$(Build.ArtifactStagingDirectory)/$(Build.BuildId)-js.zip' --policy_name 'Arun-Test'
46+
java -jar pipeline-scan.jar -vid $(VERACODE_API_ID) -vkey $(VERACODE_API_KEY) -f '$(Build.ArtifactStagingDirectory)/$(Build.BuildId)-js.zip' --policy_file 'Arun-Test.json'
4747
- publish: $(System.DefaultWorkingDirectory)/results.json
4848
artifact: VeracodeBaseline

0 commit comments

Comments
 (0)