-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor workflows to include report GUID tracking for scan processes… #556
Conversation
… and remove unused delay constant
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Failed to generate code suggestions for PR |
…nd enhancing workflow validation with improved error handling
… and removing GUIDs
…rror logging during cleanup
User description
… and remove unused delay constant
PR Type
Enhancement
Description
Added report GUID tracking across scan processes
Removed unused NOTIFICATIONS_SVC_DELAY constant
Inherited BaseKubescape functionality in Workflows class
Changes walkthrough 📝
slack_workflows.py
Add report GUID tracking to slack notification workflow
tests_scripts/workflows/slack_workflows.py
second scans
teams_workflows.py
Add report GUID tracking to teams notification workflow
tests_scripts/workflows/teams_workflows.py
second scans
workflows.py
Inherit BaseKubescape functionality in Workflows class
tests_scripts/workflows/workflows.py