forked from AErmie/DevSecOps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kics-config.yml
28 lines (28 loc) · 857 Bytes
/
kics-config.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
# exclude-categories: "exclude categories by providing its name"
# exclude-paths: "exclude paths or files from scan"
# exclude-queries: "exclude queries by providing the query ID"
# exclude-results: "exclude results by providing a list of similarity IDs of a result"
log-file: true
# (TRACE,DEBUG,INFO,WARN,ERROR,FATAL)
log-level: DEBUG
# log-path: path to the log file
silent: false
no-color: false
minimal-ui: true
no-progress: true
# output-path: "./"
# path: "path to file or directory to scan"
# payload-path: "file path to store source internal representation in JSON format"
preview-lines: 30
# queries-path: "path to directory with queries (default ./assets/queries) (default './assets/queries')"
report-formats:
- json
- sarif
- html
# type:
# - Ansible
# - CloudFormation
# - Dockerfile
# - Kubernetes
# - Terraform
verbose: true