vuln-list-update/README.md

27 lines
765 B
Markdown
Raw Normal View History

2019-05-07 06:49:32 +03:00
# vuln-list-update
2019-08-19 11:47:18 +03:00
[![Go Report Card](https://goreportcard.com/badge/github.com/aquasecurity/vuln-list-update)](https://goreportcard.com/report/github.com/aquasecurity/vuln-list-update)
2020-12-17 18:05:35 +03:00
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/aquasecurity/vuln-list-update/blob/main/LICENSE)
2019-05-07 06:49:32 +03:00
Collect vulnerability information and save it in parsable format automatically
## Data
2019-08-19 11:47:18 +03:00
https://github.com/aquasecurity/vuln-list/
2019-05-07 06:49:32 +03:00
## 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
2019-08-19 11:47:18 +03:00
https://travis-ci.org/aquasecurity/vuln-list-update
2019-05-07 06:49:32 +03:00
## Author
2019-08-19 11:47:18 +03:00
Teppei Fukuda (knqyf263)