Skip to content

Commit

Permalink
Add ndots policy to the list
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kravec <[email protected]>
  • Loading branch information
kravciak committed Oct 2, 2024
1 parent fa1b6fb commit 9968d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/pages/policies.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const apList = ['Custom Policy', 'Allow Privilege Escalation PSP', 'Allow
'Deprecated API Versions', 'Disallow Service Loadbalancer', 'Disallow Service Nodeport', 'Echo', 'Environment Variable Secrets Scanner', 'Environment Variable Policy', 'Flexvolume Drivers Psp',
'Host Namespaces PSP', 'Hostpaths PSP', 'Ingress Policy', 'Namespace label propagator', 'Pod Privileged Policy', 'Pod Runtime', 'Readonly Root Filesystem PSP', 'Share PID namespace',
'Safe Annotations', 'Safe Labels', 'Seccomp PSP', 'Selinux PSP', 'Sysctl PSP', 'Trusted Repos', 'User Group PSP', 'Verify Image Signatures', 'volumeMounts', 'Volumes PSP', 'Unique Ingress host',
'Unique service selector', 'PVC StorageClass Validator', 'CEL Policy'] as const
'Unique service selector', 'PVC StorageClass Validator', 'CEL Policy', 'Pod ndots'] as const

export const capList = [...apList, 'PSA Label Enforcer'] as const

Expand Down

0 comments on commit 9968d74

Please sign in to comment.