2019-05-07 12:49:32 +09:00
# vuln-list-update
2021-01-17 03:19:57 -05:00
[![Go Report Card][report-card-img]][report-card]
[![License][license-img]][license]
2021-03-10 08:55:31 +02:00
[![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)
2021-01-17 03:19:57 -05:00
[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 12:49:32 +09:00
Collect vulnerability information and save it in parsable format automatically
## Data
2019-08-18 22:47:18 -10:00
https://github.com/aquasecurity/vuln-list/
2019-05-07 12:49:32 +09:00
## Usage
```
$ vuln-list-update -h
Usage of vuln-list-update:
-target string
2023-03-30 04:30:22 -04:00
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, kevc, wolfi, chainguard)
-target-branch string
alternative repository branch (only glad)
-target-uri string
alternative repository URI (only glad)
2019-05-07 12:49:32 +09:00
-years string
2023-03-30 04:30:22 -04:00
update years (only redhat)
2019-05-07 12:49:32 +09:00
```
## Author
2019-08-18 22:47:18 -10:00
Teppei Fukuda (knqyf263)