Skip to content

Commit 9701ddb

Browse files
committed
Fix typo in command name getImagesSecurityIssues
Change-Id: I6c959e44d962fb573c3ba17f011a62e436ee9211
1 parent 1756d4c commit 9701ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- Dev CLI - Add command "go run ./main.go dev getImagesSecurityIssue" to ease getting a small report of HIGH
9+
- Dev CLI - Add command "go run ./main.go dev getImagesSecurityIssues" to ease getting a small report of HIGH
1010
and CRITICAL Security issues reported by quay.io on container images used by the sf-operator.
1111

1212
### Changed

doc/reference/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Flags:
274274
#### getImagesSecurityIssues
275275

276276
To get a report of Security Issues reported by quay.io for container images used by the
277-
sf-operator run: `dev getImageSecurityIssue`. This command helps to decide if we need to
277+
sf-operator run: `dev getImagesSecurityIssues`. This command helps to decide if we need to
278278
rebuild container images to benefit last security fixes from the base OS.
279279

280280
```sh

0 commit comments

Comments
 (0)