An open API service indexing awesome lists of open source software.

https://github.com/helm/repo-audit

Repo Auditing tool - pre-alpha status
https://github.com/helm/repo-audit

Last synced: about 1 year ago
JSON representation

Repo Auditing tool - pre-alpha status

Awesome Lists containing this project

README

          

# Helm Repo Audit

This tool, as the name suggests, enables you to audit a Helm repository.

A tool like this could be run at regular intervals (k8s CronJob?) to audit a repo.

## TODO

* [x] Check if digests for a given version have changed in a index file
* [x] Email a report
* [ ] (Opt-in) check if newly released charts, since the last run, match their digest
* [ ] (opt-in) check if all charts match their digest (this will download all charts on all runs)
* [ ] (Opt-in) check and report which charts have provenance files
* [ ] (Opt-in) check new chart versions, since the last run, against their prov files
* [ ] (Opt-in) check all chart versions against their prov files
* [ ] Fire off a webhook on completion of an audit
* [ ] Audit metadata in the charts (need a plan for this)