From 2083c4b854fbd861899973c2398551f2af8b350d Mon Sep 17 00:00:00 2001 From: Mischa van den Burg Date: Thu, 30 May 2024 07:30:00 +0200 Subject: [PATCH] Automated commit at Thu May 30 07:30:00 CEST 2024 --- content/Kubernetes.md | 2 ++ content/Security Scanning.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 content/Security Scanning.md diff --git a/content/Kubernetes.md b/content/Kubernetes.md index e8e5872cc..f96836ea7 100644 --- a/content/Kubernetes.md +++ b/content/Kubernetes.md @@ -10,6 +10,8 @@ [[Exporting a kube context from kube config file]] +[[Security Scanning]] + ## Links: diff --git a/content/Security Scanning.md b/content/Security Scanning.md new file mode 100644 index 000000000..c6f63faa1 --- /dev/null +++ b/content/Security Scanning.md @@ -0,0 +1,19 @@ + +Main ones are Falco and Sysdig. +Kubescape. + +Trivy Operator looks very good: +[aquasecurity/trivy-operator: Kubernetes-native security toolkit (github.com)](https://github.com/aquasecurity/trivy-operator) + + +To try: + +Nuevector +StackRox + + +## Links: + + + +202405300703 \ No newline at end of file