mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 09:59:54 +00:00
This change: - Changes test data naming convention to be lexicographically sortable and have input and expected data side-by-side. - Executes each test case in a separate run.
14 lines
264 B
YAML
14 lines
264 B
YAML
# Fix to Apply:
|
|
# "select(di==0).spec.containers[0].securityContext.runAsRoot |= false"
|
|
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: insert_to_mapping_node_1
|
|
|
|
spec:
|
|
containers:
|
|
- name: nginx_container
|
|
image: nginx
|
|
securityContext:
|
|
runAsRoot: false |