From c4b82d304701822047070ed77c384d7f4290d18c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:59:31 -0500 Subject: [PATCH] Reword comment-summary-in-pr description Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 441ba9f..f62ad1e 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ inputs: description: A boolean to determine if vulnerability checks should be performed required: false comment-summary-in-pr: - description: Determines if the summary is posted as a comment in the PR itself. Setting this to `always` or `on-failure` requires you to give the workflow the write permissions for pull-requests + description: "Determines if the summary is posted as a comment in the PR itself. Setting this to `always` or `on-failure` requires you to give the workflow `pull-requests: write` permissions" required: false deny-packages: description: A comma-separated list of package URLs to deny (e.g. "pkg:npm/express, pkg:pypi/pycrypto"). If version specified, only deny matching packages and version; else, deny all regardless of version.