You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Proposal: At current kubeaudit does not support annotations of the form: container.apparmor.security.beta.kubernetes.io/<container>: unconfined. It errors with: Message: AppArmor is disabled. This can't be overriden because kubeaudit doesn't support apparmor override errors.
But the unconfined profile is supported by k8s and may be used for containers that need access to /proc but can't use localhost profiles.
kubeaudit should either support the unconfined profile or allow overrides for apparmor. I think the same applies for seccomp.
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
FEATURE IDEA
Proposal: At current kubeaudit does not support annotations of the form:
container.apparmor.security.beta.kubernetes.io/<container>: unconfined
. It errors with:Message: AppArmor is disabled
. This can't be overriden because kubeaudit doesn't support apparmor override errors.But the
unconfined
profile is supported by k8s and may be used for containers that need access to/proc
but can't uselocalhost
profiles.kubeaudit should either support the
unconfined
profile or allow overrides for apparmor. I think the same applies for seccomp.The text was updated successfully, but these errors were encountered: