Skip to content

Commit

Permalink
docs: remove unnecessary double quotation marks (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
otms61 authored Jul 31, 2022
1 parent 27027cf commit d7742b6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/docs/references/cli/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Cache Flags
--redis-key string redis key file location, if using redis as cache backend

DB Flags
--db-repository string OCI repository to retrieve trivy-db from" (default "ghcr.io/aquasecurity/trivy-db")
--db-repository string OCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db")
--download-db-only download/update vulnerability database but don't run a scan
--no-progress suppress progress bar
--reset remove all caches and database
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/references/cli/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Cache Flags
--redis-key string redis key file location, if using redis as cache backend

DB Flags
--db-repository string OCI repository to retrieve trivy-db from" (default "ghcr.io/aquasecurity/trivy-db")
--db-repository string OCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db")
--download-db-only download/update vulnerability database but don't run a scan
--no-progress suppress progress bar
--reset remove all caches and database
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/references/cli/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Cache Flags
--redis-key string redis key file location, if using redis as cache backend

DB Flags
--db-repository string OCI repository to retrieve trivy-db from" (default "ghcr.io/aquasecurity/trivy-db")
--db-repository string OCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db")
--download-db-only download/update vulnerability database but don't run a scan
--no-progress suppress progress bar
--reset remove all caches and database
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/references/cli/repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Cache Flags
--redis-key string redis key file location, if using redis as cache backend

DB Flags
--db-repository string OCI repository to retrieve trivy-db from" (default "ghcr.io/aquasecurity/trivy-db")
--db-repository string OCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db")
--download-db-only download/update vulnerability database but don't run a scan
--no-progress suppress progress bar
--reset remove all caches and database
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/references/cli/rootfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Cache Flags
--redis-key string redis key file location, if using redis as cache backend

DB Flags
--db-repository string OCI repository to retrieve trivy-db from" (default "ghcr.io/aquasecurity/trivy-db")
--db-repository string OCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db")
--download-db-only download/update vulnerability database but don't run a scan
--no-progress suppress progress bar
--reset remove all caches and database
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/references/cli/sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Cache Flags
--redis-key string redis key file location, if using redis as cache backend

DB Flags
--db-repository string OCI repository to retrieve trivy-db from" (default "ghcr.io/aquasecurity/trivy-db")
--db-repository string OCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db")
--download-db-only download/update vulnerability database but don't run a scan
--no-progress suppress progress bar
--reset remove all caches and database
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/references/cli/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Cache Flags
--redis-key string redis key file location, if using redis as cache backend

DB Flags
--db-repository string OCI repository to retrieve trivy-db from" (default "ghcr.io/aquasecurity/trivy-db")
--db-repository string OCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db")
--download-db-only download/update vulnerability database but don't run a scan
--no-progress suppress progress bar
--reset remove all caches and database
Expand Down
2 changes: 1 addition & 1 deletion pkg/flag/db_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
Name: "db-repository",
ConfigName: "db.repository",
Value: defaultDBRepository,
Usage: "OCI repository to retrieve trivy-db from\"",
Usage: "OCI repository to retrieve trivy-db from",
}
LightFlag = Flag{
Name: "light",
Expand Down

0 comments on commit d7742b6

Please sign in to comment.