TT-17286: replace slack notification with sariff report and pr comments - #153
Conversation
zizmor findings
Full details are in the workflow run. |
|
This PR refactors the Files Changed Analysis
The changes primarily consist of removing the Architecture & Impact AssessmentThis PR changes the notification mechanism for the Key Technical Changes:
Affected Components:
Workflow Change Visualization: Before: graph TD
A[Zizmor Scan in PR] --> B{Findings?};
B -- Yes --> C[Format Slack Message];
C --> D[Send to Slack Channel];
B -- No --> E[End];
After: graph TD
A[Zizmor Scan in PR] --> B{Findings?};
B -- Yes --> C[Format PR Comment];
C --> D{Existing Comment?};
D -- Yes --> E[Update PR Comment];
D -- No --> F[Create New PR Comment];
B -- No --> G{Existing Comment?};
G -- Yes --> H[Update PR Comment with "No Findings"];
G -- No --> I[End - No Comment Posted];
Scope Discovery & Context ExpansionThe scope of this change extends beyond this repository to all consumers of the Metadata
Powered by Visor from Probelabs Last updated: 2026-08-17T02:46:15.877Z | Triggered by: pr_opened | Commit: 864be90 💡 TIP: You can chat with Visor using |
✅ Security Check PassedNo security issues found – changes LGTM. Architecture Issues (1)
✅ Security Check PassedNo security issues found – changes LGTM. \n\nArchitecture Issues (1)
Powered by Visor from Probelabs Last updated: 2026-08-17T02:45:48.801Z | Triggered by: pr_opened | Commit: 864be90 💡 TIP: You can chat with Visor using |
Jira Ticket
TT-17286
Description
Type of Change
Changes Made
Testing
Checklist
README.md, actiondescriptionfields)shellcheck, used an appropriate shebang and error handling, and preserved required executable permissionsaction.ymlinterface, defaults, outputs, and examples as needed