vuln-list-update/README.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2019-05-07 06:49:32 +03:00
# vuln-list-update
[![Go Report Card][report-card-img]][report-card]
[![License][license-img]][license]
[![Update vuln-list repo](https://github.com/aquasecurity/vuln-list-update/actions/workflows/update.yml/badge.svg)](https://github.com/aquasecurity/vuln-list-update/actions/workflows/update.yml)
[report-card-img]: https://goreportcard.com/badge/github.com/aquasecurity/vuln-list-update
[report-card]: https://goreportcard.com/report/github.com/aquasecurity/vuln-list-update
[license-img]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[license]: 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, alpine-unfixed, redhat, redhat-oval, debian, debian-oval, ubuntu, amazon, oracle-oval, suse-cvrf, photon, arch-linux, ghsa, glad, cwe, osv, go-vulndb, mariner)
2019-05-07 06:49:32 +03:00
-years string
update years (only redhat)
```
## Author
2019-08-19 11:47:18 +03:00
Teppei Fukuda (knqyf263)