Skip to content

Commit

Permalink
Add period in the remediation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cereberus committed Oct 26, 2023
1 parent 3dce15d commit 2afa089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/builtinchecks/yamls/scc-deny-privileged-container.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "scc-deny-privileged-container"
description: "Indicates when allowPrivilegedContainer SSC set to True"
remediation: >-
SecurityContextConstraints has AllowPrivilegedContainer set to "true". Using this option is dangerous, please consider using allowedCapabilities instead
SecurityContextConstraints has AllowPrivilegedContainer set to "true". Using this option is dangerous, please consider using allowedCapabilities instead.
scope:
objectKinds:
- SecurityContextConstraints
Expand Down

0 comments on commit 2afa089

Please sign in to comment.