Skip to content

Commit

Permalink
remove metadata var
Browse files Browse the repository at this point in the history
Signed-off-by: Max Smythe <[email protected]>
  • Loading branch information
maxsmythe committed Jun 6, 2024
1 parent e3bc55b commit 17b63a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/pod-security-policy/apparmor/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ spec:
import data.lib.exempt_container.is_exempt
violation[{"msg": msg, "details": {}}] {
metadata := input.review.object.metadata
container := input_containers[_]
not is_exempt(container)
not input_apparmor_allowed(input.review.object, container)
Expand Down

0 comments on commit 17b63a1

Please sign in to comment.