forked from amarPuranik24/JavaVulnerableLabE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OnlySastAndThresh.yml
39 lines (39 loc) · 990 Bytes
/
OnlySastAndThresh.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
resources:
repositories:
- repository: self
type: git
ref: master
jobs:
- job: Job_1
displayName: Agent job 1
pool:
name: Default
steps:
- checkout: self
clean: true
- task: Application security testing@2021
displayName: Cx
inputs:
projectName: sslTestVru
enableProxy: true
proxyUrl: http://localhost:8088
CheckmarxService: ce842c6d-12a9-4b57-8626-796e17b31485
preset: All
fullTeamName: CxServer
sastCaChainFilePath: D:\cert\TrustedCer.cer
scanTimeout: 10
comment: test comment
vulnerabilityThreshold: true
high: 15
medium: 15
low: 15
dependencyServerURL: 2bca0e76-55cc-4e5d-bfaf-bd7c0070b966
dependencyTenant: plugins
scaTeam: CxServer
scaCaChainFilePath: D:\cert\scap1.pem.cer
scaEnablePolicyViolations: true
scaVulnerabilityThreshold: true
scaHigh: 1
scaMedium: 2
scaLow: 3
...