diff options
-rw-r--r-- | recipes-containers/skopeo/skopeo_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index 9d19675d..d426b4f8 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb | |||
@@ -34,6 +34,12 @@ S = "${WORKDIR}/git" | |||
34 | inherit goarch | 34 | inherit goarch |
35 | inherit pkgconfig | 35 | inherit pkgconfig |
36 | 36 | ||
37 | # This CVE was fixed in the container image go library skopeo is using. | ||
38 | # See: | ||
39 | # https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10214 | ||
40 | # https://github.com/containers/image/issues/654 | ||
41 | CVE_CHECK_IGNORE += "CVE-2019-10214" | ||
42 | |||
37 | # This disables seccomp and apparmor, which are on by default in the | 43 | # This disables seccomp and apparmor, which are on by default in the |
38 | # go package. | 44 | # go package. |
39 | EXTRA_OEMAKE="BUILDTAGS=''" | 45 | EXTRA_OEMAKE="BUILDTAGS=''" |