mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +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
283 B
YAML
14 lines
283 B
YAML
# Fix to Apply:
|
|
# select(di==0).spec.containers[0].securityContext.capabilities.drop += ["SYS_ADM"]
|
|
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: insert_list
|
|
spec:
|
|
containers:
|
|
- name: nginx1
|
|
image: nginx
|
|
securityContext:
|
|
capabilities:
|
|
drop: [NET_RAW, SYS_ADM] |