From c59890e05b41b9b2c8953b05e7b5d356e5952702 Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Wed, 20 Jul 2022 12:44:03 -0700 Subject: [PATCH] Add comment about status and disclaimer --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 463837d..0f0eca2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ the following features: - Detect if PSP object is potentially mutating Pods - Detect if a Pod is being mutated by a PSP object +Disclaimer: Migrating to PSA might cause new pods to no longer be allowed to +run. So make sure you do test this out before applying PodSecurity Standards +on your namespaces. + +Status: Work in progress, usable for testing purposes + ## Installation ```