From 89453f5b380ac8200bbba07102febd3ecc29814b Mon Sep 17 00:00:00 2001 From: Christian Zunker Date: Wed, 30 Sep 2020 14:23:51 +0200 Subject: [PATCH] Fix broken link to k8s_audit_config Fixes #100 Signed-off-by: Christian Zunker --- falco/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falco/README.md b/falco/README.md index edabc3919..0ba96e323 100644 --- a/falco/README.md +++ b/falco/README.md @@ -245,7 +245,7 @@ This has been tested with Kops and Minikube. You will need the following compone * `--feature-gates=DynamicAuditing=true` * `--runtime-config=auditregistration.k8s.io/v1alpha1=true` -You can do it with the [scripts provided by Falco engineers](https://github.com/falcosecurity/falco/tree/dev/examples/k8s_audit_config) +You can do it with the [scripts provided by Falco engineers](https://github.com/falcosecurity/evolution/tree/master/examples/k8s_audit_config) just running: ```