Skip to content

Commit

Permalink
PFMENG-1806 : Add option to skip framework in checkov (#84)
Browse files Browse the repository at this point in the history
* Add option to skip framework in checkov

* Fix space

---------

Co-authored-by: “Subramanian <“[email protected]”>
  • Loading branch information
smoneyan and “Subramanian authored Apr 25, 2024
1 parent 10494e2 commit 539dbf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ on:
type: string
default: "cf_templates"
required: false
checkov_skip_framework:
description: Filter scan to skip specific infrastructure as code frameworks.
type: string
default: ""
required: false
enable_submodules:
description: Flag to enable GitHub submodules.
type: boolean
Expand Down Expand Up @@ -349,3 +354,4 @@ jobs:
skip_check: ${{ inputs.checkov_skip_check }}
download_external_modules: ${{ inputs.checkov_download_external_modules }}
skip_path: ${{inputs.checkov_skip_path}}
skip_framework: ${{inputs.checkov_skip_framework}}

0 comments on commit 539dbf7

Please sign in to comment.