mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Handle Single Line Sequence Node in Replacement
This commit is contained in:
@@ -16,4 +16,4 @@ spec:
|
||||
- name: nginx_container
|
||||
image: nginx
|
||||
securityContext:
|
||||
runAsRoot: false
|
||||
runAsRoot: false
|
||||
|
||||
@@ -11,4 +11,4 @@ spec:
|
||||
- name: nginx_container
|
||||
image: nginx
|
||||
securityContext:
|
||||
runAsRoot: false
|
||||
runAsRoot: false
|
||||
|
||||
@@ -14,6 +14,5 @@ spec:
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
- "SYS_ADM"
|
||||
add:
|
||||
- "NET_RAW"
|
||||
- "SYS_ADM"
|
||||
add: ["NET_RAW"]
|
||||
|
||||
Reference in New Issue
Block a user