Skip to content

Commit

Permalink
osv: disable more ecosystems
Browse files Browse the repository at this point in the history
Disable more OSV ecosystems for situations where we already have a
dedicated updater.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Oct 28, 2024
1 parent 2627978 commit 8670424
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions updater/osv/osv.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ var ignore = map[string]struct{}{
"github actions": {}, // Shouldn't be in containers?
"linux": {}, // Containers have no say in the kernel.
"oss-fuzz": {}, // Seems to only record git revisions.
"ubuntu": {}, // Have a dedicated ubuntu updater.
"red hat": {}, // Have a dedicated Red Hat VEX updater.
"suse": {}, // Have a dedicated SUSE updater.
}

type updater struct {
Expand Down

0 comments on commit 8670424

Please sign in to comment.