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
You cannot pull trivy-java-db without explicitly specifying a tag, specifically '1' which I presume is the schema version for that db.
trivy-db provides '1' or 'v1.x' (old schema version, exact tag depends on registry), '2' (new schema version), and 'latest'. trivy-checks provides 'latest', major ('1'), major.minor ('1.6'), and major.minor.patch ('1.6.1') tags for the past several versions.
Desired Behavior
While I would prefer if there were consistency across all of the databases in terms of the types of tags provided, I would really appreciate it if trivy-java-db provided a 'latest' tag.
Actual Behavior
Not supplying a tag when trying to pull down trivy-java-db caused the operation to fail.
kind/bugCategorizes issue or PR as related to a bug.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
You cannot pull
trivy-java-db
without explicitly specifying a tag, specifically '1' which I presume is the schema version for that db.trivy-db
provides '1' or 'v1.x' (old schema version, exact tag depends on registry), '2' (new schema version), and 'latest'.trivy-checks
provides 'latest', major ('1'), major.minor ('1.6'), and major.minor.patch ('1.6.1') tags for the past several versions.Desired Behavior
While I would prefer if there were consistency across all of the databases in terms of the types of tags provided, I would really appreciate it if
trivy-java-db
provided a 'latest' tag.Actual Behavior
Not supplying a tag when trying to pull down
trivy-java-db
caused the operation to fail.Reproduction Steps
Operating System
n/a
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions