-
Notifications
You must be signed in to change notification settings - Fork 16
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 DB v6 support to grype-db-manager #446
base: main
Are you sure you want to change the base?
Conversation
8c123f6
to
25d1b8a
Compare
2a760c8
to
18894c8
Compare
This comment was marked as outdated.
This comment was marked as outdated.
25d1b8a
to
1a79f18
Compare
18894c8
to
df150d7
Compare
df150d7
to
f9ba254
Compare
0ee085d
to
48566af
Compare
e444a5a
to
ddfa068
Compare
0d4a2fd
to
2a581d8
Compare
{ | ||
"schema": "6", | ||
"grype-version": "feat/v6-query-api", | ||
"supported": false |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
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.
the current plan is to merge this with the dev branch + supported = true
f145540
to
4d18088
Compare
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
631340c
to
cf61307
Compare
Signed-off-by: Alex Goodman <[email protected]>
cf61307
to
4c32a7a
Compare
Signed-off-by: Alex Goodman <[email protected]>
faaf510
to
dd17d72
Compare
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
Signed-off-by: Alex Goodman <[email protected]>
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.
LGTM 🎉
thread.daemon = True | ||
thread.start() | ||
try: | ||
yield latest_url |
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.
should this have a stop condition or does it automatically get destroyed when done in the with
block below?
Adjusts the grype-db-manager to be DB-v6 aware. This also pays down some tech debt by translating the CLI test hardness for the manager to use pytest over the golang bash test harness.
PR stack: