vuln-list-update/README.md
2020-12-17 17:05:35 +02:00

27 lines
765 B
Markdown

# vuln-list-update
[![Go Report Card](https://goreportcard.com/badge/github.com/aquasecurity/vuln-list-update)](https://goreportcard.com/report/github.com/aquasecurity/vuln-list-update)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/aquasecurity/vuln-list-update/blob/main/LICENSE)
Collect vulnerability information and save it in parsable format automatically
## Data
https://github.com/aquasecurity/vuln-list/
## Usage
```
$ vuln-list-update -h
Usage of vuln-list-update:
-target string
update target (nvd, alpine, redhat, debian, ubuntu)
-years string
update years (only redhat)
```
## Cron status
https://travis-ci.org/aquasecurity/vuln-list-update
## Author
Teppei Fukuda (knqyf263)