Skip to content

Commit

Permalink
docs: add note about vulnerability reports in Zora Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Oct 27, 2023
1 parent b6b6378 commit 8e00edf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/plugins/trivy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8e00edf

Please sign in to comment.