mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
docker: add CVE_PRODUCT to recipes
Allows the yocto cve-checker to flag CVEs, which would otherwise go unreported due to the package name not matching NIST NVD data. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
920fe0dd6b
commit
8c0e83ff1a
|
@ -69,3 +69,5 @@ SYSTEMD_SERVICE_docker-registry = "${@bb.utils.contains('DISTRO_FEATURES','syste
|
|||
SYSTEMD_AUTO_ENABLE_docker-registry = "enable"
|
||||
|
||||
RDEPENDS_${PN}-ptest_remove = "${PN}"
|
||||
|
||||
CVE_PRODUCT = "docker_registry"
|
||||
|
|
|
@ -131,3 +131,5 @@ FILES_${PN} += "${systemd_unitdir}/system/* ${sysconfdir}/docker"
|
|||
|
||||
FILES_${PN}-contrib += "${datadir}/docker/check-config.sh"
|
||||
RDEPENDS_${PN}-contrib += "bash"
|
||||
|
||||
CVE_PRODUCT = "docker"
|
||||
|
|
|
@ -150,3 +150,5 @@ FILES_${PN} += "${systemd_unitdir}/system/* ${sysconfdir}/docker"
|
|||
|
||||
FILES_${PN}-contrib += "${datadir}/docker/check-config.sh"
|
||||
RDEPENDS_${PN}-contrib += "bash"
|
||||
|
||||
CVE_PRODUCT = "docker"
|
||||
|
|
Loading…
Reference in New Issue
Block a user