Skip to content

Commit e9b4533

Browse files
committed
framework
1 parent cca130f commit e9b4533

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/arm-tool-kit-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
continue-on-error: true
2929
uses: bridgecrewio/checkov-action@master
3030
with:
31-
#directory: EventHubs/src/
31+
directory: EventHubs/src/
3232
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
3434
#skip_check: CKV_AWS_2 # optional: skip a specific check_id. can be comma separated list
3535
quiet: false # optional: display only failed checks
3636
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}
3838
#skip_framework: terraform # optional: skip a specific infrastructure {cloudformation,terraform,kubernetes,all}
3939
#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
4242
output_bc_ids: true # optional: output Bridgecrew platform IDs instead of checkov IDs
4343
#download_external_modules: true # optional: download external terraform modules from public git repositories and terraform registry
4444
#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

Comments
 (0)