-
Notifications
You must be signed in to change notification settings - Fork 0
Adding nightly and PR trivy scans #11
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! Let's let it soak over the weekend and if all goes well we can implement it across all the repos 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I agree with Ryan, this would be better off in a standalone workflows repo so we can import it into the other projects as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Automated Trivy Security Scans
This PR adds automated Trivy scans to every pull request targeting main and sets up a nightly job that runs the same scan directly against the main branch.
Key Changes
main
HIGH
orCRITICAL
vulnerabilities, or secrets are detected.main
)main
; when the scan fails onHIGH
orCRITICAL
findings, the workflow opens or re‑uses a GitHub issue.Example: Issue #13.
Type of Change
New feature – adds preventive security gates and continuous monitoring.
Validation & Testing
Pull‑Request Pipeline
HIGH
/CRITICAL
findings → workflow failed as expected.Nightly Workflow