8000 feat: consume CVSS from GitHub provider data by westonsteimel · Pull Request #106 · anchore/grype-db · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: consume CVSS from GitHub provider data #106

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

Merged
merged 1 commit into from
May 23, 2023

Conversation

westonsteimel
Copy link
Contributor

No description provided.

Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
@westonsteimel westonsteimel requested a review from a team May 23, 2023 12:47
@westonsteimel westonsteimel added the enhancement New feature or request label May 23, 2023
@westonsteimel westonsteimel marked this pull request as ready for review May 23, 2023 12:54
@@ -51,7 +51,7 @@ func (p githubProcessor) IsSupported(schemaURL string) bool {
return false
}

if !strings.HasSuffix(schemaURL, "schema-1.0.0.json") {
if !strings.HasSuffix(schemaURL, "schema-1.0.0.json") && !strings.HasSuffix(schemaURL, "schema-1.0.1.json") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

soon we can replace this with a version extraction and comparison -- we can keep doing this for this PR though.

@westonsteimel westonsteimel merged commit 29e42b8 into main May 23, 2023
@westonsteimel westonsteimel deleted the consume-github-provider-enhancements branch May 23, 2023 13:26
willmurphyscode pushed a commit that referenced this pull request Mar 27, 2024
* arrange architecture docs to reside before adding a provider for more context

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* add example provider implementation

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* add development shell

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* update documentation with more details about provider makeup and configuration

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* add a developer shell

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* add .env file support

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* not formatting of new provider steps

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* add note about poetry shell session

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* typo example provider title

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

---------

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0