Skip to content

feat: add security scan workflow#1

Open
robdiciuccio wants to merge 7 commits intomainfrom
rd/security-scan
Open

feat: add security scan workflow#1
robdiciuccio wants to merge 7 commits intomainfrom
rd/security-scan

Conversation

@robdiciuccio
Copy link
Contributor

@robdiciuccio robdiciuccio commented Mar 25, 2026

Adds a shared GHA workflow that runs:

This reusable workflow is meant to be used with Pull Request events in all application repos to safeguard against introduced vulnerabilities and misconfigurations.

Grype and Trivy were tested against each other for package vulnerability detection, and Grype proved to be more accurate and comprehensive. Trivy provides additional functionality such as misconfiguration and secret detection that complements Grype's vulnerability scan.

@robdiciuccio robdiciuccio marked this pull request as ready for review March 25, 2026 15:44
@robdiciuccio
Copy link
Contributor Author

Example output of this workflow can be seen in this PR: codeforamerica/vita-min#6244

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant