Skip to content

Commit

Permalink
feat: add grafana-dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Jun 6, 2022
1 parent 6b3e12a commit 151b2c9
Show file tree
Hide file tree
Showing 3 changed files with 2,094 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
[![test](https://github.com/ckotzbauer/vulnerability-operator/actions/workflows/test.yml/badge.svg)](https://github.com/ckotzbauer/vulnerability-operator/actions/workflows/test.yml)

<p align="center">
<img src="./deploy/grafana-dashboard.png" width="900">
</p>

## Overview

This operator scans all SBOMs from a git-repository for vulnerabilities using Grype. The result-list can be emitted as JSON-file served via an endpoint and/or as Prometheus
Expand Down Expand Up @@ -177,6 +181,10 @@ vuln_operator_cves{container_name="kyverno", cve="CVE-2020-16250", fix_state="un
**Note**: The operator removes all metrics from the vector before re-populating it. In the meanwhile the data is not expressive.
#### Grafana Dashboard
There's a [dashboard](./deploy/grafana-dashboard.json) for Grafana to view the collected vulnerability metrics.
## Security
Expand Down
Loading

0 comments on commit 151b2c9

Please sign in to comment.