1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-22 14:48:07 +00:00

Fix remediation typo in 3.1.1 and 4.1.1 (#692)

This commit is contained in:
dylanzt 2020-09-07 18:33:21 +10:00 committed by GitHub
parent a8a59d3bd8
commit 6702300b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ groups:
remediation: | remediation: |
Run the below command (based on the file location on your system) on each worker node. Run the below command (based on the file location on your system) on each worker node.
For example, For example,
chmod 644 $proykubeconfig chmod 644 $proxykubeconfig
scored: true scored: true
- id: 3.1.2 - id: 3.1.2

View File

@ -62,7 +62,7 @@ groups:
remediation: | remediation: |
Run the below command (based on the file location on your system) on each worker node. Run the below command (based on the file location on your system) on each worker node.
For example, For example,
chmod 644 $proykubeconfig chmod 644 $proxykubeconfig
scored: true scored: true
- id: 4.1.4 - id: 4.1.4