From 8e00edf17f68c5f23a6fd0c8d52b56e693cdafc3 Mon Sep 17 00:00:00 2001 From: Matheus Moraes Date: Fri, 27 Oct 2023 15:03:01 -0300 Subject: [PATCH] docs: add note about vulnerability reports in Zora Dashboard --- docs/plugins/index.md | 4 ++++ docs/plugins/trivy.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 5790a287..ae5e128d 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -60,6 +60,10 @@ kubectl get misconfigurations !!! note The results are only available after a successful scan, in the same namespace as the `ClusterScan` (default is `zora-system`). +!!! note + Currently, vulnerability reports are only available in Zora OSS. + We are working to include this in Zora Dashboard, and it will be available soon. + ## How plugins work Starting from a `Plugin` and a `ClusterScan`, Zora manages and schedules scans by applying `CronJobs`, which diff --git a/docs/plugins/trivy.md b/docs/plugins/trivy.md index 23221677..6118854a 100644 --- a/docs/plugins/trivy.md +++ b/docs/plugins/trivy.md @@ -31,3 +31,7 @@ The `ClusterScan` will have a `Failed` status. You will see a log entry similar ``` 2023-09-26T14:18:02Z ERROR worker failed to run worker {"error": "failed to create VulnerabilityReport \"kind-kind-usdockerpkgdevgooglesamplescontainersgkegbfrontendsha256dc8de8e0d569d2f828b187528c9317bd6b605c273ac5a282aebe471f630420fc-rzntw\": etcdserver: request is too large"} ``` + +!!! note + Currently, Trivy results (`VulnerabilityReport`) are only available in Zora OSS. + We are working to include this in Zora Dashboard, and it will be available soon.