mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
build_library: Whitelist the new Go 1.10 GLSA
This is the same story as the others: our images will fail the GLSA checks as long as we build old Go versions. However, this one will fail for any version less than 1.10.1 now.
This commit is contained in:
parent
2ea6fc0e02
commit
a9f4311f86
@ -6,6 +6,7 @@ GLSA_WHITELIST=(
|
|||||||
201412-09 # incompatible CA certificate version numbers
|
201412-09 # incompatible CA certificate version numbers
|
||||||
201710-23 # we handle Go differently; drop when 1.9 builds everything
|
201710-23 # we handle Go differently; drop when 1.9 builds everything
|
||||||
201803-03 # same as above, drop when all Go < 1.9 packages are gone
|
201803-03 # same as above, drop when all Go < 1.9 packages are gone
|
||||||
|
201804-12 # same as above, except this requires only Go 1.10 or later
|
||||||
)
|
)
|
||||||
|
|
||||||
glsa_image() {
|
glsa_image() {
|
||||||
|
Loading…
Reference in New Issue
Block a user