-
Notifications
You must be signed in to change notification settings - Fork 49
secureos provider #941
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
secureos provider #941
Conversation
999f3fa to
602e503
Compare
|
The quality gate passes locally: Waiting for anchore/vulnerability-match-labels#170 to be merged so I can update this PR and have the tests run here. |
|
|
||
| p.update(None) | ||
|
|
||
| assert workspace.num_result_entries() == 155 |
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.
We probably do not need 155 example JSON files for this provider. Does it make sense to come up with a representative subset?
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.
I've lowered this down to a subset of 17 json files which should provide adequate coverage
Signed-off-by: divolgin <[email protected]>
…the same version Signed-off-by: divolgin <[email protected]>
Signed-off-by: Kyle Squizzato <[email protected]>
Signed-off-by: Kyle Squizzato <[email protected]>
400c34b to
6dca6fd
Compare
Signed-off-by: Kyle Squizzato <[email protected]>
|
@willmurphyscode I've updated each of the associated PRs based on our discussion this morning and updated the match labels as well, the quality gate is still passing locally with the label update: Let me know if you need anything further from us around these. |
* secureos provider Signed-off-by: divolgin <[email protected]> * Use VulnerableRange when fixes are applied in different revisions of the same version Signed-off-by: divolgin <[email protected]> * test: add SecureOS provider to quality gate config Signed-off-by: Kyle Squizzato <[email protected]> * test: Only use a subset of fixtures Signed-off-by: Kyle Squizzato <[email protected]> * test: Update commit for vulnerability-match-labels Signed-off-by: Kyle Squizzato <[email protected]> --------- Signed-off-by: divolgin <[email protected]> Signed-off-by: Kyle Squizzato <[email protected]> Co-authored-by: Kyle Squizzato <[email protected]> Signed-off-by: Will Murphy <[email protected]>
Hello, we'd like to add support for
secureosprovider. This is the provider for images from securebuild.com.This distro uses APK packages, and the provider is modeled after the Alpine provider.
Relevant grype PR: anchore/grype#3086
Relevant grype-db PR: anchore/grype-db#765