You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file: #example/tfplan.json # optional: provide the path for resource to be scanned. This will override the directory if both are provided.
16
-
check: #CKV_AWS_1 # optional: run only a specific check_id. can be comma separated list
17
-
skip_check: #CKV_AWS_2 # optional: skip a specific check_id. can be comma separated list
15
+
#directory: example/
16
+
#file: example/tfplan.json # optional: provide the path for resource to be scanned. This will override the directory if both are provided.
17
+
#check: CKV_AWS_1 # optional: run only a specific check_id. can be comma separated list
18
+
#skip_check: CKV_AWS_2 # optional: skip a specific check_id. can be comma separated list
18
19
quiet: true # optional: display only failed checks
19
-
soft_fail: false# optional: do not return an error code if there are failed checks
20
+
soft_fail: true# optional: do not return an error code if there are failed checks
20
21
framework: terraform # optional: run only on a specific infrastructure {cloudformation,terraform,kubernetes,all}
21
-
output_format: junitxml # optional: the output format, one of: cli, json, junitxml, github_failed_only, or sarif. Default: sarif
22
-
#output_file_path: reports/results.sarif # folder and name of results file
22
+
output_format: junitxml #sarif # optional: the output format, one of: cli, json, junitxml, github_failed_only, or sarif. Default: sarif
23
+
output_file_path: reports/ # folder and name of results file
23
24
download_external_modules: true # optional: download external terraform modules from public git repositories and terraform registry
24
-
#var_file: ./testdir/gocd.yaml # optional: variable files to load in addition to the default files. Currently only supported for source Terraform and Helm chart scans.
25
-
#log_level: DEBUG # optional: set log level. Default WARNING
26
-
#config_file: path/this_file
27
-
#baseline: cloudformation/.checkov.baseline # optional: Path to a generated baseline file. Will only report results not in the baseline.
25
+
#var_file: ./testdir/gocd.yaml # optional: variable files to load in addition to the default files. Currently only supported for source Terraform and Helm chart scans.
26
+
#log_level: DEBUG # optional: set log level. Default WARNING
27
+
#config_file: path/this_file
28
+
#baseline: cloudformation/.checkov.baseline # optional: Path to a generated baseline file. Will only report results not in the baseline.
28
29
container_user: 1000# optional: Define what UID and / or what GID to run the container under to prevent permission issues
0 commit comments