From 14f1300a450ec4e95cfe5b3253cef2bdfb5ec278 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 21:07:44 +0000 Subject: [PATCH] chore: update docs/securityascode.md [20260712-2103] --- docs/securityascode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/securityascode.md b/docs/securityascode.md index 7cd90f0c..26bb06db 100644 --- a/docs/securityascode.md +++ b/docs/securityascode.md @@ -107,7 +107,7 @@ - Tip: Use kyverno to monitor for usage of deprecated resources ahead of the Kubernetes 1.22 release (validation check to scan and report usage of deprecated resources) - [ref](https://github.com/kyverno/policies/issues/80) - [ref2](https://x.com/Marcus_Noble_/status/1417007780888825856) - [aws.amazon.com: Easy as one-two-three policy management with Kyverno on Amazon EKS 🌟](https://aws.amazon.com/blogs/containers/easy-as-one-two-three-policy-management-with-kyverno-on-amazon-eks) - [kyverno.io: Mutating Resources](https://kyverno.io/docs/writing-policies/mutate) Modify resources during admission control (Kyverno supports mutating resources). -- [squadcast.com: Kyverno - Policy Management in Kubernetes 🌟](https://www.squadcast.com/blog/kyverno-policy-management-in-kubernetes) +- [squadcast.com: Kyverno - Policy Management in Kubernetes 🌟](https://www.solarwinds.com/blog/category/incident-response) - [neonmirrors.net: Exploring Kyverno: Part 3, Generation](https://neonmirrors.net/post/2020-12/exploring-kyverno-part3) - [kyverno.io: Check deprecated APIs 🌟](https://kyverno.io/policies/best-practices/check_deprecated_apis) Kubernetes APIs are sometimes deprecated and removed after a few releases. As a best practice, older API versions should be replaced with newer versions. This policy validates for APIs that are deprecated or scheduled for removal. Note that checking for some of these resources may require modifying the Kyverno ConfigMap to remove filters. - [kyverno.io: Generating resources into existing namespaces](https://kyverno.io/docs/writing-policies/generate)