generated from cds-snc/project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -311,14 +311,6 @@ def submit(ack, view, say, body, client, logger): | |
text = f":lapage: An incident report has been created at: {document_link}" | ||
say(text=text, channel=channel_id) | ||
|
||
# # Reminder to brief up | ||
# text = ":alphabet-yellow-question: Is this a `cybersecurity incident` (secret/data leak, account compromise, attack)? Please initiate the briefing process for CCCS and TBS OCIO Cyber. This just means we send a summary of the incident (or initial findings and updates if incident is ongoing) to [email protected] and CC [email protected], and [email protected]! CCCS will reach out with a case number, and any questions if they need more information." | ||
# say(text=text, channel=channel_id) | ||
|
||
# # Reminder to stop planned testing | ||
# text = ":alphabet-yellow-question: Is someone `penetration or performance testing`? Please stop it to make your life easier." | ||
# say(text=text, channel=channel_id) | ||
|
||
# Gather all user IDs in a list to ensure uniqueness | ||
users_to_invite = [] | ||
|
||
|