一个免费的镜像漏洞扫描工具, 可以扫描镜像中已安装软件包的漏洞,支持中文漏洞库,可与 Harbor 无缝集成。 - dosec-cn/harbor-scanner
Use Trivy as a plug-in vulnerability scanner in the Harbor registry - harbor-scanner-trivy/Dockerfile.dev at main · goharbor/harbor-scanner-trivy
main Breadcrumbs harbor-scanner-trivy / .gitmodules Latest commit HistoryHistory File metadata and controls Code Blame 3 lines (3 loc) · 97 Bytes Raw 1 2 3 [submodule "harbor-helm"] path = harbor-helm url = https://github.com/goharbor/harbor-helm.git...
name: harbor-scanner-trivy version: 0.31.2 epoch: 0 epoch: 1 description: Use Trivy as a plug-in vulnerability scanner in the Harbor registry copyright: - license: Apache-2.0 dependencies: runtime: - ca-certificates-bundle - trivy pipeline: - uses: git-checkout 0 comments on commit 12072...
harbor v2.10.0v0.30.19[trivy v0.47.0] Note: The version matrix is not exhaustive. For older versions please refer tohttps://github.com/aquasecurity/harbor-scanner-trivy In Harbor >= 2.0 Trivy can be configured as the default vulnerability scanner, therefore you can install it with the offi...
SCANNER_ADAPTER_REGISTRY_TLS_VERIFYIf set to False, the adapter will set a flag in Anchore to ensure Anchore skips validation of the TLS certificate when it contacts Harbor to pull the image. This is primarily for use when your Harbor install uses self-signed certificatesTrue ...
Main package repository for production Wolfi images - wolfi-dev-os/harbor-scanner-trivy.yaml at fix/couchdb-remove-set-x · wojciechka/wolfi-dev-os
SCANNER_API_SERVER_IDLE_TIMEOUT60sThe maximum amount of time to wait for the next request when keep-alives are enabled. SCANNER_CLAIR_URLhttp://harbor-harbor-clair:6060Clair URL SCANNER_CLAIR_DATABASE_URLThe Clair database URL, it is used to fetch vulnerability database updated time of the...
$ dockle docker.io/goharbor/harbor-scanner-clair:1.0.1-rc1 WARN - CIS-DI-0001: Create a user for the container * Last user should not be root INFO - CIS-DI-0005: Enable Content trust for Docker * export DOCKER_CONTENT_TRUST=1 before docker pull/build INFO - CIS-DI-0006: Add HEALT...
29 changes: 2 additions & 27 deletions 29 cmd/harbor-scanner-clair/main.go Original file line numberDiff line numberDiff line change @@ -6,13 +6,11 @@ import ( "github.com/goharbor/harbor-scanner-clair/pkg/etc" "github.com/goharbor/harbor-scanner-clair/pkg/http/api" "github.com/go...