From 7712f8f216702e4e485028944bbdcdc940bff7cb Mon Sep 17 00:00:00 2001 From: Tom Janson Date: Tue, 7 Nov 2023 02:18:44 +0100 Subject: [PATCH] docs(k8s): fix link in kubernetes.md (#5524) --- docs/docs/target/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/target/kubernetes.md b/docs/docs/target/kubernetes.md index e97bdf0ed848..7927938482f3 100644 --- a/docs/docs/target/kubernetes.md +++ b/docs/docs/target/kubernetes.md @@ -4,7 +4,7 @@ This feature might change without preserving backwards compatibility. Trivy can connect to your Kubernetes cluster and scan it for security issues using the `trivy k8s` command. This page covers the technical capabilities of Trivy Kubernetes scanning. -Trivy can also be installed *inside* your cluster as a Kubernetes Operator, and continuously scan it. For more about this, please see the [Trivy Operator][https://aquasecurity.github.io/trivy-operator/] project. +Trivy can also be installed *inside* your cluster as a Kubernetes Operator, and continuously scan it. For more about this, please see the [Trivy Operator](https://aquasecurity.github.io/trivy-operator/) project. When scanning a Kubernetes cluster, Trivy differentiates between the following: