File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
helm/harbor-scanner-trivy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ The following table lists the configurable parameters of the scanner adapter cha
96
96
| ` scanner.trivy.ignoreUnfixed ` | The flag to display only fixed vulnerabilities | ` false ` |
97
97
| ` scanner.trivy.timeout ` | The duration to wait for scan completion | ` 5m0s ` |
98
98
| ` scanner.trivy.skipUpdate ` | The flag to enable or disable Trivy DB downloads from GitHub | ` false ` |
99
- | ` scanner.trivy.skipJavaDBUpdate ` | The flag to enable or disable Trivy Java DB downloads from GitHub | ` ghcr.io/aquasecurity/trivy-db ` |
100
- | ` scanner.trivy.dbRepository ` | OCI repository to retrieve the trivy vulnerability database from | ` ghcr.io/aquasecurity/trivy-java- db ` |
101
- | ` scanner.trivy.javaDBRepository ` | OCI repository to retrieve the Java trivy vulnerability database from | ` false ` |
99
+ | ` scanner.trivy.skipJavaDBUpdate ` | The flag to enable or disable Trivy Java DB downloads from GitHub | ` false ` |
100
+ | ` scanner.trivy.dbRepository ` | OCI repository to retrieve the trivy vulnerability database from | ` ghcr.io/aquasecurity/trivy-db ` |
101
+ | ` scanner.trivy.javaDBRepository ` | OCI repository to retrieve the Java trivy vulnerability database from | ` ghcr.io/aquasecurity/trivy-java-db ` |
102
102
| ` scanner.trivy.offlineScan ` | The flag to disable external API requests to identify dependencies | ` false ` |
103
103
| ` scanner.trivy.gitHubToken ` | The GitHub access token to download Trivy DB | |
104
104
| ` scanner.trivy.insecure ` | The flag to skip verifying registry certificate | ` false ` |
You can’t perform that action at this time.
0 commit comments