-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-pipelines.yml
67 lines (31 loc) · 1001 Bytes
/
azure-pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
parameters:
- name: cxService
type: string
default: SAST-Bug
variables:
System.Debug: true
pool:
name: Default
# vmImage: 'macos latest'
steps:
- task: Application security testing@2023
displayName: 'Application security testing'
inputs:
projectName: newSCA5501111
syncMode: true
enableProxy: false
enableSastScan: false
enableDependencyScan: true
dependencyServerURL: sca
dependencyAccessControlURL: 'https://platform.checkmarx.net'
dependencyWebAppURL: 'https://sca.checkmarx.net'
includeSource: false
dependencyFolderExclusion: 'cvs,.svn,.hg,.git,.bzr,bin,obj,backup,.idea,node_modules'
dependencyTenant: plugins
scaVulnerabilityThreshold: false
isEnableScaResolver: true
scaResolverAddParameters: '-s $(Build.SourcesDirectory) -n newSCA5501 -r $(Agent.BuildDirectory)'
scaHigh: ' '
scaMedium: ' '
scaLow: ' '
scaTeam: 'CxServer/'