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
As describe in harbor.yml as follow, I modify skip_update from false to enabled, and install harbor 2.2.2. When I use docker-compose start harbor components,trivy-adapter status is always Restarting.
Another question is how can I " mount them in the /home/scanner/.cache/trivy/db path" and I have download trivy-offline-db.tar.gz already. But I have no idea about to mount them in the /home/scanner/.cache/trivy/db path. Could you give more detail information ?
You might want to enable this flag in test or CI/CD environments to avoid GitHub rate limiting issues.
If the flag is enabled you have to download the trivy-offline.tar.gz archive manually, extract trivy.db and
metadata.json files and mount them in the /home/scanner/.cache/trivy/db path.
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
-
As describe in harbor.yml as follow, I modify skip_update from false to enabled, and install harbor 2.2.2. When I use docker-compose start harbor components,trivy-adapter status is always Restarting.
Another question is how can I " mount them in the
/home/scanner/.cache/trivy/db
path" and I have download trivy-offline-db.tar.gz already. But I have no idea about to mount them in the/home/scanner/.cache/trivy/db
path. Could you give more detail information ?You might want to enable this flag in test or CI/CD environments to avoid GitHub rate limiting issues.
If the flag is enabled you have to download the
trivy-offline.tar.gz
archive manually, extracttrivy.db
andmetadata.json
files and mount them in the/home/scanner/.cache/trivy/db
path.skip_update: enabled
Beta Was this translation helpful? Give feedback.
All reactions