We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaa432 commit 605eef7Copy full SHA for 605eef7
1 file changed
azure-pipelines.yml
@@ -38,3 +38,15 @@ steps:
38
script: 'srcclr scan .'
39
env:
40
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
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