From f2bb8b61f7bac3c528b69416749a854267d735b4 Mon Sep 17 00:00:00 2001 From: chenk Date: Sat, 4 Mar 2023 08:56:30 +0200 Subject: [PATCH] docs: update description (#121) Signed-off-by: chenk --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7b6114c..63cf686 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,13 @@ Trivy Kubernetes Library. Supports trivy <-> kubernetes communication for resources scanning. +# Description + +This Lib purpose is to extend trivy capabilities with kubernetes context: + +- Listing resources +- Run k8s jobs + # Documentation + Please check `trivy` documentation, which provides detailed installation, configuration, and quick start guides, available at [Trivy Kubernetes](https://aquasecurity.github.io/trivy/latest/docs/kubernetes/cli/scanning/)