BLOB_UNKNOWN #8223
-
DescriptionHello guys, Still getting the error BLOB_UNKNOWN when trying to run trivy v0.58.1.
Is my conf bad ? Thanks ! Desired Behaviorno BLOB_UNKNOWN error Actual BehaviorBLOB_UNKNOWN error Reproduction Stepsrun trivy TargetContainer Image ScannerVulnerability Output FormatSARIF ModeStandalone Debug Output/ Operating Systemubuntu 22 Version0.58.1 Checklist
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @julien-michaud We have added handling for this error (#8060) so that Trivy will check other repositories if it gets But you are using a single repository. That's why you see this error. You can remove the Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
Hello @julien-michaud
mirror.gcr.io
occasionally returnsBLOB_UNKNOWN
error.This is rare case and we don't know the reason for it.
We have added handling for this error (#8060) so that Trivy will check other repositories if it gets
BLOB_UNKNOWN
.But you are using a single repository. That's why you see this error.
You can remove the
--db-repository
flag to use the default 2 repositories (mirror.gcr.io/aquasec/trivy-db:2 -> ghcr.io/aquasecurity/trivy-db:2).Or you can add more repositories to this flag as you wish.
Regards, Dmitriy