ci: Added a workflow to scan repos for code and security scanning alerts - #4186
Open
bizob2828 wants to merge 2 commits into
Open
ci: Added a workflow to scan repos for code and security scanning alerts#4186bizob2828 wants to merge 2 commits into
bizob2828 wants to merge 2 commits into
Conversation
bizob2828
marked this pull request as ready for review
July 31, 2026 19:40
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We find out that we have code and secret scanning alerts long after they exist. This PR adds a workflow that runs every weekday at 9 EST and checks all repos we own for any security alerts and posts them to our slack channel. I had to opt for a cron because github actions doesn't expose these as events to trigger a workflow on and would require a webhook which is too much work for us. These don't happen frequently so running daily is good enough to solve our issue. I was able to test the script but it is not returning any resolved secret scanning alerts. If we ever get a secret scanning alert we can always re-adjust. At least code scanning is working on both open/resolved with our bot agent token