Skip to content

Commit

Permalink
apps sc: add falco exception for tekton cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkan93 committed Nov 4, 2024
1 parent 8153ef6 commit 73258ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helmfile.d/values/falco/falco-common.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ customRules:
container.image.repository = "docker.io/bitnami/kubectl" and
k8s.ns.name = "gatekeeper-system" and
k8s.pod.name startswith "gatekeeper-templates-wait"
) or (
container.image.repository = "gcr.io/tekton-releases/dogfooding/tkn" and
k8s.ns.name = "tekton-pipelines" and
k8s.pod.name startswith "cleanup-runs"
)

# Run shell untrusted
Expand Down

0 comments on commit 73258ea

Please sign in to comment.