forked from nidhi0512/JavaVulnerableLab
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathazure-pipelines.yml
More file actions
34 lines (31 loc) · 936 Bytes
/
azure-pipelines.yml
File metadata and controls
34 lines (31 loc) · 936 Bytes
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
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
variables:
- name: System.Debug
value: true
jobs:
- job: Job_1
displayName: Agent job 1
pool:
name: Default
steps:
- checkout: self
clean: true
fetchTags: false
- task: Application security testing@2024
displayName: Application security testing
inputs:
projectName: RP-001
CheckmarxService: SAST 9.7
fullTeamName: CxServer
enableSastScan: true
fullScansScheduled: false
enableDependencyScan: false
dependencyServerURL: b39e829f-81c9-478e-b35b-20bec8018f9e
isEnableScaResolver: true
pathToScaResolver : ''
scaResolverAddParameters: -s D:\Repo\cxvscode -n CheckmarxTest --resolver-result-path C:\SCAResolver\SCA Result\a.json --log-level Debug