feat(security): replace Trivy with Google OSV Scanner#166
Merged
jdomeracki-coder merged 1 commit intomainfrom May 7, 2026
Merged
feat(security): replace Trivy with Google OSV Scanner#166jdomeracki-coder merged 1 commit intomainfrom
jdomeracki-coder merged 1 commit intomainfrom
Conversation
Member
|
Needs to be replaced with |
6a32335 to
9212297
Compare
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
johnstcn
approved these changes
May 7, 2026
jdomeracki-coder
approved these changes
May 7, 2026
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.
Summary
Replaces Aqua Security Trivy with Google OSV Scanner for vulnerability scanning.
Why
Trivy is being replaced with Google OSV Scanner to align with the tooling direction across Coder repos. OSV Scanner provides both source dependency scanning and container image scanning, with reachability analysis (
--call-analysis=all) to reduce false positives by checking if vulnerable functions are actually called.Reference: https://github.com/coder/tallyman/commit/7ccfac0630bf873b2f5e9bc045a795e1ddfa7477
How
Replaced the Trivy steps in the
buildjob with four new jobs:osv-scan-scheduledosv-scan-prosv-scan-alertosv-scan-imageosv-scanner scan imageCLIKey details:
scheduletrigger (weekdays) for recurring vulnerability scansbuildjob is now a pure build verification; image scanning is a separate jobNote
Generated by Coder Agents