Skip to content

Commit

Permalink
fix: typo in pss (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk authored Feb 28, 2023
1 parent d994770 commit 92d11ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rules/specs/compliance/k8s-pss-baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ spec:
id: "4"
checks:
- id: AVD-KSV-0022
severity: 'MEDUIM'
severity: 'MEDIUM'
- name: HostPath Volumes
description: "HostPath volumes must be forbidden."
id: "5"
checks:
- id: AVD-KSV-0023
severity: 'MEDUIM'
severity: 'MEDIUM'
- name: host ports
description: "hostports should be disallowed, or at minimum restricted to a known list."
id: "6"
Expand Down
4 changes: 2 additions & 2 deletions rules/specs/compliance/k8s-pss-restricted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ spec:
id: "4"
checks:
- id: AVD-KSV-0022
severity: 'MEDUIM'
severity: 'MEDIUM'
- name: HostPath Volumes
description: "HostPath volumes must be forbidden."
id: "5"
checks:
- id: AVD-KSV-0023
severity: 'MEDUIM'
severity: 'MEDIUM'
- name: host ports
description: "hostports should be disallowed, or at minimum restricted to a known list."
id: "6"
Expand Down

0 comments on commit 92d11ce

Please sign in to comment.