Skip to content

Commit

Permalink
Merge pull request #907 from kravciak/ndots
Browse files Browse the repository at this point in the history
Add ndots policy to the list
  • Loading branch information
kravciak authored Oct 2, 2024
2 parents fa1b6fb + 9968d74 commit 077f0cf
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 077f0cf

Please sign in to comment.