From e33cbe3c77d280ec543277436043340596c47b00 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 25 Jul 2024 12:03:56 -0400 Subject: [PATCH] Update action.yml Co-authored-by: Patrik Affentranger --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 06a1831..5e37ad6 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: description: List of CVE IDs to ignore in the vulnerability findings. error_missed_ignores: description: > - Set to error if you want to raise an error when CVEs in the ignore list are not found. Set to warn to raise a warning, but prevent failure when CVEs in the ignore list are not found. + Set to "error" if you want to raise an error when CVEs in the ignore list are not found. Set to "warn" to raise a warning only, and prevent the workflow from failing when CVEs in the ignore list are not found. required: false default: error outputs: