File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
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
10
10
and CRITICAL Security issues reported by quay.io on container images used by the sf-operator.
11
11
12
12
### Changed
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ Flags:
274
274
# ### getImagesSecurityIssues
275
275
276
276
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
278
278
rebuild container images to benefit last security fixes from the base OS.
279
279
280
280
` ` ` sh
You can’t perform that action at this time.
0 commit comments