Skip to content

Commit f27187f

Browse files
Set up CI with Azure Pipelines
[skip ci]
1 parent f574227 commit f27187f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
@@ -19,16 +20,9 @@ jobs:
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'

0 commit comments

Comments
 (0)