Skip to content

Commit 605eef7

Browse files
author
Todd Lair
committed
Added Veracode upload
1 parent aeaa432 commit 605eef7

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
@@ -38,3 +38,15 @@ steps:
3838
script: 'srcclr scan .'
3939
env:
4040
SRCCLR_API_TOKEN: $(SRCCLR_API_TOKEN)
41+
42+
- task: CmdLine@2
43+
inputs:
44+
script: 'zip -r stackify-api-python.zip stackify/ requirements.txt setup.py'
45+
- task: Veracode@3
46+
inputs:
47+
ConnectionDetailsSelection: 'Endpoint'
48+
AnalysisService: 'Veracode'
49+
veracodeAppProfile: 'Retrace Python Library'
50+
version: 'AZ-Devops-Build-$(build.buildNumber)'
51+
filepath: 'stackify-api-python.zip'
52+
maximumWaitTime: '360'

0 commit comments

Comments
 (0)