Skip to content

Commit 49e82b4

Browse files
author
Todd Lair
committed
Added Veracode upload
1 parent 4906e8c commit 49e82b4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,15 @@ steps:
3232
script: 'srcclr scan .'
3333
env:
3434
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+
inputs:
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

Comments
 (0)