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 4906e8c commit 49e82b4Copy full SHA for 49e82b4
1 file changed
azure-pipelines.yml
@@ -32,3 +32,15 @@ steps:
32
script: 'srcclr scan .'
33
env:
34
SRCCLR_API_TOKEN: $(SRCCLR_API_TOKEN)
35
+
36
+- task: CmdLine@2
37
+ inputs:
38
+ script: 'zip -r stackify-api-php.zip src/ composer.json'
39
+- task: Veracode@3
40
41
+ ConnectionDetailsSelection: 'Endpoint'
42
+ AnalysisService: 'Veracode'
43
+ veracodeAppProfile: 'Retrace PHP Library'
44
+ version: 'AZ-Devops-Build-$(build.buildNumber)'
45
+ filepath: 'stackify-api-php.zip'
46
+ maximumWaitTime: '360'
0 commit comments