diff --git a/code/reporter/slack_block.py b/code/reporter/slack_block.py index b0ed2a0..8ddf529 100644 --- a/code/reporter/slack_block.py +++ b/code/reporter/slack_block.py @@ -99,6 +99,11 @@ def build_payload(self) -> dict: "type": "plain_text", "text": "Powered by BatCAVE Watchtower and CMS Security Data Lake!", "emoji": True, + }, + { + "type": "plain_text", + "text": "Documentation and runbook: https://confluenceent.cms.gov/display/BATCAVE/SecHub+and+Nessus+Daily+Report", + "emoji": True, } ], },