From 02d99e2bb06ecc2e4d9f40624f24c021d2e67e7d Mon Sep 17 00:00:00 2001 From: maira-samtek Date: Thu, 19 Dec 2024 14:43:59 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f009585..39ab97b 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ The action provides the following outputs: - **closed**: Count of issues closed during the run. - **jql**: The JQL query used for retrieving new updates. +You can utilize the outputs to trigger a Slack message. This is especially useful for real-time updates on your security findings and issue tracking. + +For example, You can refer to this [Slack Alert Example](https://github.com/Enterprise-CMCS/mac-fc-embedded/blob/zarate-sechub-v2-enterprise/.github/workflows/jira-sync-v2-test.yaml) for a working implementation of Slack notifications in your Security Hub integration workflow. + ## Inputs