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
Q-I: As described 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' and the others is 'health'.
Q-II: Another question is what should I do about configuration of offline database file for trivy as docs write as 'mount them in the /home/scanner/.cache/trivy/db path"? Though I have downloaded trivy-offline-db.tar.gz already. But I have no idea aount hwo to mount them in the /home/scanner/.cache/trivy/db path. Could you give more detail information, like the steps etc.?
-----------------------trivy docs of harbor.yml------------------
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.
skip_update: enabled
-----------------------trivy docs of harbor.yml------------------
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
-
Q-I: As described 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' and the others is 'health'.
Q-II: Another question is what should I do about configuration of offline database file for trivy as docs write as 'mount them in the /home/scanner/.cache/trivy/db path"? Though I have downloaded trivy-offline-db.tar.gz already. But I have no idea aount hwo to mount them in the /home/scanner/.cache/trivy/db path. Could you give more detail information, like the steps etc.?
-----------------------trivy docs of harbor.yml------------------
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.
skip_update: enabled
-----------------------trivy docs of harbor.yml------------------
Beta Was this translation helpful? Give feedback.
All reactions