From 098650e36c81f3f8bfdb360bf058b434b10a19c2 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Thu, 16 Mar 2023 10:18:46 -0500 Subject: [PATCH] artifact: use specific version link for zipbomb artifact (#16513) Fix the e2e case where we download the go-getter bomb.zip test file, which is being removed on main. We can still get it from the version tag - yay git! --- e2e/artifact/input/artifact_limits.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/artifact/input/artifact_limits.nomad b/e2e/artifact/input/artifact_limits.nomad index 47dd94930..66ad3f2ba 100644 --- a/e2e/artifact/input/artifact_limits.nomad +++ b/e2e/artifact/input/artifact_limits.nomad @@ -22,7 +22,7 @@ job "linux" { task "zip_bomb" { artifact { - source = "https://github.com/hashicorp/go-getter/raw/main/testdata/decompress-zip/bomb.zip" + source = "https://github.com/hashicorp/go-getter/blob/v1.7.0/testdata/decompress-zip/bomb.zip" destination = "local/" }