diff --git a/docs/administration/vulnerability-scanning/_index.md b/docs/administration/vulnerability-scanning/_index.md index d4343a7df..e0810cdcc 100644 --- a/docs/administration/vulnerability-scanning/_index.md +++ b/docs/administration/vulnerability-scanning/_index.md @@ -3,7 +3,7 @@ title: Vulnerability Scanning weight: 35 --- -Harbor provides static analysis of vulnerabilities in images through the open source projects [Trivy](https://github.com/aquasecurity/trivy). To be able to use Trivy you must have enabled Trivy when you installed your Harbor instance (by appending installation options `--with-trivy`). For information about installing Harbor with Trivy, see the [Run the Installer Script](../../install-config/run-installer-script.md). +Harbor provides static analysis of vulnerabilities in images through the open source project [Trivy](https://github.com/aquasecurity/trivy). To be able to use Trivy you must have enabled Trivy when you installed your Harbor instance (by appending installation options `--with-trivy`). For information about installing Harbor with Trivy, see the [Run the Installer Script](../../install-config/run-installer-script.md). If the upgrading path is from the version that is >=V1.10 to current version (V2.0) and there was an existing system default scanner “ABC” is set in the previous version, that scanner "ABC" will be kept as system default scanner;