File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 11# Starter pipeline
2+
23# Start with a minimal pipeline that you can customize to build and deploy your code.
34# Add steps that build, run tests, deploy, and more:
45# https://aka.ms/yaml
1920 - checkout : self
2021 clean : true
2122 fetchTags : false
22- - task : Application security testing@2024
23- displayName : Application security testing
23+ - task : Checkmarx AST@3
2424 inputs :
25- projectName : RP-001
26- CheckmarxService : SAST 9.7
27- fullTeamName : CxServer
28- enableSastScan : true
29- fullScansScheduled : false
30- enableDependencyScan : false
31- dependencyServerURL : b39e829f-81c9-478e-b35b-20bec8018f9e
32- isEnableScaResolver : true
33- pathToScaResolver : ' '
34- scaResolverAddParameters : -s D:\Repo\cxvscode -n CheckmarxTest --resolver-result-path C:\SCAResolver\SCA Result\a.json --log-level Debug
25+ CheckmarxService : ' CxOneAST'
26+ projectName : ' $(Build.Repository.Name)'
27+ branchName : ' $(Build.SourceBranchName)'
28+ tenantName : ' cx_seg'
You can’t perform that action at this time.
0 commit comments