diff --git a/.checkov.yml b/.checkov.yml index 63bfa27..0bc5a4f 100644 --- a/.checkov.yml +++ b/.checkov.yml @@ -5,3 +5,5 @@ quiet: true skip-path: - coverage - node_modules +skip-check: + - CKV_GHA_7 diff --git a/.github/workflows/example-workflow.yml b/.github/workflows/example-workflow.yml index 8853bc8..40a2fc8 100644 --- a/.github/workflows/example-workflow.yml +++ b/.github/workflows/example-workflow.yml @@ -6,7 +6,7 @@ on: who-to-greet: description: Who to greet in the log required: true - default: 'World' + default: World type: string permissions: