Updated Harbor FAQs (markdown)

Shengwen YU 2023-04-27 17:50:15 +08:00
parent f002834b4b
commit 4d682e8c47
1 changed files with 3 additions and 2 deletions

@ -154,9 +154,10 @@ Then restart harbor-db container or pod, it will pickup the configuration from e
`os,library`, so that the Language-specific packages or associated library packages will not be scanned for vulnerabilities.
4. How to configure Trivy scan when Harbor is behind a proxy?
[**A**] Users may need to set an allow list in proxy of these URLs related to Trivy scanning:
* [ghcr.io](http://ghcr.io/)
* [search.maven.org](http://search.maven.org/), alternatively set `offline_scan: true` to avoid sending API requests to identify dependencies.
* [ghcr.io](http://ghcr.io/)
* [search.maven.org](http://search.maven.org/), alternatively set `offline_scan: true` to avoid sending API requests to identify dependencies.
## Pulling and pushing images
1. Why can not push image 192.168.0.1/hello-world:latest to Harbor?