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
Copy file name to clipboardExpand all lines: .github/workflows/arm-tool-kit-test.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,17 +28,17 @@ jobs:
28
28
continue-on-error: true
29
29
uses: bridgecrewio/checkov-action@master
30
30
with:
31
-
#directory: EventHubs/src/
31
+
directory: EventHubs/src/
32
32
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
-
check: CKV_AWS_1 # optional: run only a specific check_id. can be comma separated list
33
+
#check: CKV_AWS_1 # optional: run only a specific check_id. can be comma separated list
34
34
#skip_check: CKV_AWS_2 # optional: skip a specific check_id. can be comma separated list
35
35
quiet: false # optional: display only failed checks
36
36
soft_fail: true # optional: do not return an error code if there are failed checks
37
-
framework: json# optional: run only on a specific infrastructure {cloudformation,terraform,kubernetes,all}
37
+
framework: arm# optional: run only on a specific infrastructure {cloudformation,terraform,kubernetes,all}
38
38
#skip_framework: terraform # optional: skip a specific infrastructure {cloudformation,terraform,kubernetes,all}
39
39
#skip_cve_package: CVE_2019_8331 # optional: skip a specific CVE package in SCA scans, can be comma separated list
40
-
output_format: cli, sarif# optional: the output format, one of: cli, json, junitxml, github_failed_only, or sarif. Default: sarif
41
-
output_file_path: reports/results.sarif # folder and name of results file
40
+
output_format: cli # optional: the output format, one of: cli, json, junitxml, github_failed_only, or sarif. Default: sarif
41
+
#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
44
#repo_root_for_plan_enrichment: example/ #optional: Directory containing the hcl code used to generate a given terraform plan file. Use together with `file`
0 commit comments