Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix incorrect default value of some parameters in helm README #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions helm/harbor-scanner-trivy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ The following table lists the configurable parameters of the scanner adapter cha
| `scanner.trivy.ignoreUnfixed` | The flag to display only fixed vulnerabilities | `false` |
| `scanner.trivy.timeout` | The duration to wait for scan completion | `5m0s` |
| `scanner.trivy.skipUpdate` | The flag to enable or disable Trivy DB downloads from GitHub | `false` |
| `scanner.trivy.skipJavaDBUpdate` | The flag to enable or disable Trivy Java DB downloads from GitHub | `ghcr.io/aquasecurity/trivy-db` |
| `scanner.trivy.dbRepository` | OCI repository to retrieve the trivy vulnerability database from | `ghcr.io/aquasecurity/trivy-java-db` |
| `scanner.trivy.javaDBRepository` | OCI repository to retrieve the Java trivy vulnerability database from | `false` |
| `scanner.trivy.skipJavaDBUpdate` | The flag to enable or disable Trivy Java DB downloads from GitHub | `false` |
| `scanner.trivy.dbRepository` | OCI repository to retrieve the trivy vulnerability database from | `ghcr.io/aquasecurity/trivy-db` |
| `scanner.trivy.javaDBRepository` | OCI repository to retrieve the Java trivy vulnerability database from | `ghcr.io/aquasecurity/trivy-java-db` |
| `scanner.trivy.offlineScan` | The flag to disable external API requests to identify dependencies | `false` |
| `scanner.trivy.gitHubToken` | The GitHub access token to download Trivy DB | |
| `scanner.trivy.insecure` | The flag to skip verifying registry certificate | `false` |
Expand Down