Skip to content

Commit 539dbf7

Browse files
smoneyan“Subramanian
andauthored
PFMENG-1806 : Add option to skip framework in checkov (#84)
* Add option to skip framework in checkov * Fix space --------- Co-authored-by: “Subramanian <“smoneyan@gmail.com”>
1 parent 10494e2 commit 539dbf7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/terraform.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ on:
3232
type: string
3333
default: "cf_templates"
3434
required: false
35+
checkov_skip_framework:
36+
description: Filter scan to skip specific infrastructure as code frameworks.
37+
type: string
38+
default: ""
39+
required: false
3540
enable_submodules:
3641
description: Flag to enable GitHub submodules.
3742
type: boolean
@@ -349,3 +354,4 @@ jobs:
349354
skip_check: ${{ inputs.checkov_skip_check }}
350355
download_external_modules: ${{ inputs.checkov_download_external_modules }}
351356
skip_path: ${{inputs.checkov_skip_path}}
357+
skip_framework: ${{inputs.checkov_skip_framework}}

0 commit comments

Comments
 (0)