Skip check

This commit is contained in:
Nick Alteen
2025-10-31 10:29:08 -04:00
parent f878528272
commit d8e2f77a33
2 changed files with 3 additions and 1 deletions

View File

@@ -5,3 +5,5 @@ quiet: true
skip-path:
- coverage
- node_modules
skip-check:
- CKV_GHA_7

View File

@@ -6,7 +6,7 @@ on:
who-to-greet:
description: Who to greet in the log
required: true
default: 'World'
default: World
type: string
permissions: