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: EventHubs/src/azuredeploy_metrics.json # optional: provide the path for resource to be scanned. This will override the directory if both are provided.
33
32
#check: CKV_AWS_1 # optional: run only a specific check_id. can be comma separated list
34
33
#skip_check: CKV_AWS_2 # optional: skip a specific check_id. can be comma separated list
35
34
quiet: false # optional: display only failed checks
36
-
soft_fail: true # optional: do not return an error code if there are failed checks
35
+
#soft_fail: true # optional: do not return an error code if there are failed checks
37
36
framework: arm # optional: run only on a specific infrastructure {cloudformation,terraform,kubernetes,all}
38
37
#skip_framework: terraform # optional: skip a specific infrastructure {cloudformation,terraform,kubernetes,all}
39
38
#skip_cve_package: CVE_2019_8331 # optional: skip a specific CVE package in SCA scans, can be comma separated list
40
-
output_format: cli # optional: the output format, one of: cli, json, junitxml, github_failed_only, or sarif. Default: sarif
39
+
output_format: cli,json# optional: the output format, one of: cli, json, junitxml, github_failed_only, or sarif. Default: sarif
41
40
#output_file_path: reports/results.sarif # folder and name of results file
#download_external_modules: true # optional: download external terraform modules from public git repositories and terraform registry
44
43
#repo_root_for_plan_enrichment: example/ #optional: Directory containing the hcl code used to generate a given terraform plan file. Use together with `file`
45
44
#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.
46
-
log_level: DEBUG # optional: set log level. Default WARNING
45
+
#log_level: DEBUG # optional: set log level. Default WARNING
47
46
#config_file: path/this_file
48
47
#baseline: cloudformation/.checkov.baseline # optional: Path to a generated baseline file. Will only report results not in the baseline.
49
48
#container_user: 1000 # optional: Define what UID and / or what GID to run the container under to prevent permission issues
50
-
#use_enforcement_rules: true # optional - use enforcement rule configs from the platform
49
+
#use_enforcement_rules: true # optional - use enforcement rule configs from the platform
0 commit comments