forked from jvlstuff/JavaVulnerableLab_for_AST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkonfigg.yml
23 lines (22 loc) · 820 Bytes
/
konfigg.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 1
# checkmarx-specific related configuration
# every value in this section is optional
checkmarx:
# configure the checkmarx scan parameters for scanning this specific project
scan:
# configure the checkmarx scan configurations for scanning this specific project
configs:
# configure the SAST related configurations this specific project
sast:
# configure the SAST preset name used for this specific project
presetName: 'PCI'
# configure if this specific project will be run incrementally or will it run a full scan
incremental: 'false'
languageMode: 'multi'
filter: '!*.cpp'
engineVerbose: 'true'
sca:
filter: '!*.cpp'
kics:
filter: '!*.java'
platforms: 'Ansible,CloudFormation,Dockerfile'