Add default sourceurls values to sample config
This commit is contained in:
parent
f0b4ac3641
commit
f47016213a
@ -68,6 +68,7 @@ clair:
|
|||||||
# Frequency the database will be updated with vulnerabilities from the default data sources
|
# Frequency the database will be updated with vulnerabilities from the default data sources
|
||||||
# The value 0 disables the updater entirely.
|
# The value 0 disables the updater entirely.
|
||||||
interval: 2h
|
interval: 2h
|
||||||
|
|
||||||
enabledupdaters:
|
enabledupdaters:
|
||||||
- debian
|
- debian
|
||||||
- ubuntu
|
- ubuntu
|
||||||
@ -75,6 +76,14 @@ clair:
|
|||||||
- oracle
|
- oracle
|
||||||
- alpine
|
- alpine
|
||||||
|
|
||||||
|
# Vulnerability data sources
|
||||||
|
sourceurls:
|
||||||
|
alpine: "https://git.alpinelinux.org/cgit/alpine-secdb"
|
||||||
|
debian: "https://security-tracker.debian.org/tracker/data/json"
|
||||||
|
oracle: "https://linux.oracle.com/oval/"
|
||||||
|
rhel: "https://www.redhat.com/security/data/oval/"
|
||||||
|
ubuntu: "https://launchpad.net/ubuntu-cve-tracker"
|
||||||
|
|
||||||
notifier:
|
notifier:
|
||||||
# Number of attempts before the notification is marked as failed to be sent
|
# Number of attempts before the notification is marked as failed to be sent
|
||||||
attempts: 3
|
attempts: 3
|
||||||
|
Loading…
Reference in New Issue
Block a user