Skip to content

Commit

Permalink
Codespell fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed May 15, 2024
1 parent f7484b4 commit cb74f56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/security/self-assessment-1.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -1592,8 +1592,8 @@ it is set to an empty array.
**Result:** WARN

**Remediation:**
Review the use of capabilites in applications running on your cluster. Where a namespace
contains applicaions which do not require any Linux capabities to operate consider adding
Review the use of capabilities in applications running on your cluster. Where a namespace
contains applications which do not require any Linux capabities to operate consider adding
a PSP which forbids the admission of containers which do not drop all capabilities.

### 5.2.11 Minimize the admission of Windows HostProcess containers (Manual)
Expand Down
4 changes: 2 additions & 2 deletions docs/security/self-assessment-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -1632,8 +1632,8 @@ it is set to an empty array.
**Result:** WARN

**Remediation:**
Review the use of capabilites in applications running on your cluster. Where a namespace
contains applicaions which do not require any Linux capabities to operate consider adding
Review the use of capabilities in applications running on your cluster. Where a namespace
contains applications which do not require any Linux capabities to operate consider adding
a PSP which forbids the admission of containers which do not drop all capabilities.

### 5.2.11 Minimize the admission of Windows HostProcess containers (Manual)
Expand Down
3 changes: 3 additions & 0 deletions scripts/kubebench-to-markdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ echo "$clean" | jq -c '.Controls[].tests[].results[]' | while read -r result; do
echo
;;
WARN)
# fix html special characters and mispellings
remediation=${remediation//</&lt;}
remediation=${remediation//>/&gt;}
remediation=${remediation/capabilites/capabilities}
remediation=${remediation/applicaions/applications}
echo "**Result:** $status"
echo
echo "**Remediation:**"
Expand Down

0 comments on commit cb74f56

Please sign in to comment.