Skip to content
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

Add Alpine (APK) matcher #99

Merged
merged 10 commits into from
Aug 7, 2020
Merged

Add Alpine (APK) matcher #99

merged 10 commits into from
Aug 7, 2020

Conversation

alfredodeza
Copy link
Contributor

Closes #18

Alfredo Deza added 5 commits August 6, 2020 15:58
Signed-off-by: Alfredo Deza <adeza@anchore.com>
Signed-off-by: Alfredo Deza <adeza@anchore.com>
Signed-off-by: Alfredo Deza <adeza@anchore.com>
Signed-off-by: Alfredo Deza <adeza@anchore.com>
Signed-off-by: Alfredo Deza <adeza@anchore.com>
wagoodman and others added 3 commits August 6, 2020 16:17
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
Signed-off-by: Alfredo Deza <adeza@anchore.com>
Signed-off-by: Alfredo Deza <adeza@anchore.com>
Signed-off-by: Alfredo Deza <adeza@anchore.com>
Copy link
Contributor

@luhring luhring left a comment

Choose a reason for hiding this comment

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

Looks good!

@@ -72,6 +73,11 @@ func TestGenerate(t *testing.T) {
must(New("cpe:2.3:*:name:name:3.2:*:*:*:*:jenkins:*:*")),
must(New("cpe:2.3:*:name:name:3.2:*:*:*:*:cloudbees_jenkins:*:*")),
must(New("cpe:2.3:*:name:name:3.2:*:*:*:*:*:*:*")),
must(New("cpe:2.3:*:*:name:3.2:*:*:*:*:java:*:*")),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@wagoodman does this look OK to you? I think this is now needed because of the ANY change, but wanted to double check

Copy link
Contributor

Choose a reason for hiding this comment

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

indeed it does, thanks for updating!

Alfredo Deza added 2 commits August 7, 2020 09:44
Signed-off-by: Alfredo Deza <adeza@anchore.com>
Signed-off-by: Alfredo Deza <adeza@anchore.com>
@alfredodeza alfredodeza merged commit 76ff973 into main Aug 7, 2020
@alfredodeza alfredodeza deleted the issue-18 branch August 7, 2020 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add matcher for APK packages against NVD + Alpine SecDB
3 participants