Skip to content

Commit

Permalink
test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarefev committed Oct 5, 2023
1 parent 6c8d756 commit 461c841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tests:
object: samples/psp-seccomp/example_disallowed2.yaml
assertions:
- violations: 1
message: "Seccomp profile 'unconfined' is not allowed for container 'nginx'. Found at: annotation seccomp.security.alpha.kubernetes.io/pod"
message: "Seccomp profile 'Unconfined' is not allowed for container 'nginx'. Found at: annotation seccomp.security.alpha.kubernetes.io/pod"
- name: example-disallowed-container
object: samples/psp-seccomp/example_disallowed.yaml
assertions:
Expand Down
2 changes: 1 addition & 1 deletion library/pod-security-policy/seccomp/suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tests:
object: samples/psp-seccomp/example_disallowed2.yaml
assertions:
- violations: 1
message: "Seccomp profile 'unconfined' is not allowed for container 'nginx'. Found at: annotation seccomp.security.alpha.kubernetes.io/pod"
message: "Seccomp profile 'Unconfined' is not allowed for container 'nginx'. Found at: annotation seccomp.security.alpha.kubernetes.io/pod"
- name: example-disallowed-container
object: samples/psp-seccomp/example_disallowed.yaml
assertions:
Expand Down

0 comments on commit 461c841

Please sign in to comment.