You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
distribution configuration should point to the base URL, excluding the DB schema version and filenames. We want default configuration as well as user configuration to not need to change when bumping the schema versions.
we should point by default to the new latest.json path (in grype.anchore.io, not toolbox-data.anchore.io)
we should enable grype db list to reference both the latest.json and history.json files hosted without the user needing to know/configure them (these filenames should not be overridable for now out of simplicity)
Based on #2125 :
grype db list
to reference both thelatest.json
andhistory.json
files hosted without the user needing to know/configure them (these filenames should not be overridable for now out of simplicity)Today we have this configuration (with defaults):
I propose this changes to:
Where the DB curator (distribution side) object is responsible for:
The text was updated successfully, but these errors were encountered: