zadjadr / prometheus-cve-exporter

Prometheus CVE Exporter is a Golang application that scans your system for all installed packages and compares them with the recent NVD JSON feed. It exports metrics that provide insights into the security status of your packages.
MIT License
5 stars 0 forks source link

[DOC] Add information about new features to documentation #15

Closed zadjadr closed 4 months ago

zadjadr commented 4 months ago

Describe the improvement

Some new features have been introduced (e.g. tls). We should document that.

Reason for the improvement

It's needed to keep up with the code and make lives easier for users.