From 7489fbdc2fc4b61046eb9d36ce23609aa2a785eb Mon Sep 17 00:00:00 2001 From: Yannik Fuhrmeister Date: Mon, 28 Jun 2021 09:48:29 +0200 Subject: [PATCH] Remove Unused `slack-webhook` We implemented this slack webhook in the notifier hook so there is no need for this anymore Signed-off-by: Yannik Fuhrmeister --- hooks/slack-webhook/README.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 hooks/slack-webhook/README.md diff --git a/hooks/slack-webhook/README.md b/hooks/slack-webhook/README.md deleted file mode 100644 index 6f510bde7f..0000000000 --- a/hooks/slack-webhook/README.md +++ /dev/null @@ -1,21 +0,0 @@ - - ---- -title: "Slack WebHook" -category: "hook" -type: "integration" -state: "roadmap" -usecase: "Publishes Scan Summary to Slack." ---- - - - -## Deployment - -Installing the Slack WebHook hook will add a ReadOnly Hook to your namespace. - -> 🔧 The implementation is currently work-in-progress and still undergoing major changes. It'll be released here once it has stabilized.