We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10494e2 commit 539dbf7Copy full SHA for 539dbf7
.github/workflows/terraform.yaml
@@ -32,6 +32,11 @@ on:
32
type: string
33
default: "cf_templates"
34
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
40
enable_submodules:
41
description: Flag to enable GitHub submodules.
42
type: boolean
@@ -349,3 +354,4 @@ jobs:
349
354
skip_check: ${{ inputs.checkov_skip_check }}
350
355
download_external_modules: ${{ inputs.checkov_download_external_modules }}
351
356
skip_path: ${{inputs.checkov_skip_path}}
357
+ skip_framework: ${{inputs.checkov_skip_framework}}
0 commit comments