From a9f3e00d5ffebae67043a1a95f01f1467d9f57cd Mon Sep 17 00:00:00 2001 From: Nicholas Ellul <15018469+NicholasEllul@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:44:09 -0400 Subject: [PATCH] Modify slack_webhook input requirement --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5240da0..d01e0b4 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ providing a more comprehensive security analysis. ## Inputs - **`repo`**: (Required) The name of the repository you want to scan. -- **`slack_webhook`**: (Required) Slack webhook URL. - +- **`slack_webhook`**: (false) Slack URL to report on scan failures. - **`project_metrics_token`**: (optional) Token belonging to a mixpanel project that is used to track build passes & failures. - **`paths_ignored`**: (optional) Code paths which are to be ignored. Each should be listed on a new line. - **`rules_excluded`**: (optional) Code scanning rules to exclude. Each should be listed on a new line.