Skip to content

Commit 0447fab

Browse files
committed
doc: fix incorrect default value of some parameters in helm README
Signed-off-by: Wayne Cheng <zhengwei@tiduyun.com>
1 parent c5db009 commit 0447fab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm/harbor-scanner-trivy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ The following table lists the configurable parameters of the scanner adapter cha
9696
| `scanner.trivy.ignoreUnfixed` | The flag to display only fixed vulnerabilities | `false` |
9797
| `scanner.trivy.timeout` | The duration to wait for scan completion | `5m0s` |
9898
| `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` |
102102
| `scanner.trivy.offlineScan` | The flag to disable external API requests to identify dependencies | `false` |
103103
| `scanner.trivy.gitHubToken` | The GitHub access token to download Trivy DB | |
104104
| `scanner.trivy.insecure` | The flag to skip verifying registry certificate | `false` |

0 commit comments

Comments
 (0)