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: