feat: register RapidFort as a vulnerability provider#947
Open
vaibhav-rf wants to merge 1 commit intoanchore:mainfrom
Open
feat: register RapidFort as a vulnerability provider#947vaibhav-rf wants to merge 1 commit intoanchore:mainfrom
vaibhav-rf wants to merge 1 commit intoanchore:mainfrom
Conversation
Signed-off-by: Vaibhav Thatai <vaibhav@rapidfort.com>
56a2a89 to
8836ca3
Compare
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
Registers the
rapidfortprovider in grype-db so that RapidFort securityadvisories are included in every database build and validated by the
quality gate.
The provider implementation lives in the vunnel repo. This PR is the
grype-db-side registration only — two lines across two config files.
Changes
config/grype-db/publish-nightly-r2.yamlAdded
rapidfortto the provider list so it is pulled and ingested on everynightly build run alongside all other OS advisory providers.
config/grype-db-manager/include.d/validate.yamlAdded
rapidforttoexpected-providersso the quality gate fails if theprovider is missing from a built database.
- rapidfortWhat the provider produces
rapidfort-ubuntu:<version>,rapidfort-alpine:<version>(Red Hat support exists in the parser but advisory data is Ubuntu + Alpine
for this release)
https://github.com/rapidfort/security-advisoriesseparate from standard upstream distro scans in Grype
Dependencies
rapidfortvunnel provider to be available in the vunnel Dockerimage used by the nightly pipeline
Test plan
rapidfortin provider output without errorsgrype-db-manager validatepasses withrapidfortpresent in built DBrapidfort-ubuntu:*/rapidfort-alpine:*namespaces correctly