From d8e2f77a33b1833fa8220dd19cbb11009ad81e86 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 31 Oct 2025 10:29:08 -0400 Subject: [PATCH] Skip check --- .checkov.yml | 2 ++ .github/workflows/example-workflow.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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: