diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-16 15:22:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-16 15:22:20 +0300 |
| commit | 80259c162cdf5faca71815a396af29fe5e5aea77 (patch) | |
| tree | 5e4a2a7e3aebbd453f1037e1202cbe89e9239961 /.gitignore | |
| parent | 0d80181a2666d9cdd8001eca69bbefbb3b16e4dc (diff) | |
f3s/prometheus: add trivy unresolved-alerts report generator
Adds gen-trivy-unresolved-alerts.py which queries Prometheus
(/api/v1/rules + /api/v1/alerts) via kubectl exec and produces
TRIVY-UNRESOLVED-ALERTS.md. The generated *-ALERTS.md snapshots are
gitignored — they're regenerable point-in-time inventories.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ Rexfile.lock dotfiles/gitsyncer/.gitsyncer-work/ f3s/garage/secrets/ +f3s/prometheus/*-ALERTS.md |
