chore: trigger wolfi updater
This commit is contained in:
parent
bc20caf598
commit
733c29e819
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@ -107,6 +107,10 @@ jobs:
|
||||
name: Go Vulnerability Database
|
||||
run: ./vuln-list-update -target go-vulndb
|
||||
|
||||
- if: always()
|
||||
name: Wolfi Secdb
|
||||
run: ./vuln-list-update -target wolfi
|
||||
|
||||
- if: always()
|
||||
name: Known Exploited Vulnerabilities Catalog
|
||||
run: ./vuln-list-update -target kevc
|
||||
|
2
main.go
2
main.go
@ -49,7 +49,7 @@ const (
|
||||
|
||||
var (
|
||||
target = flag.String("target", "", "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)")
|
||||
"debian, debian-oval, ubuntu, amazon, oracle-oval, suse-cvrf, photon, arch-linux, ghsa, glad, cwe, osv, go-vulndb, mariner, kevc, wolfi)")
|
||||
years = flag.String("years", "", "update years (only redhat)")
|
||||
targetUri = flag.String("target-uri", "", "alternative repository URI (only glad)")
|
||||
targetBranch = flag.String("target-branch", "", "alternative repository branch (only glad)")
|
||||
|
Loading…
Reference in New Issue
Block a user