From b9b40904c9b0e217aa8f7238a473ca3b006bff09 Mon Sep 17 00:00:00 2001 From: Simar Date: Tue, 29 Oct 2024 19:46:31 -0600 Subject: [PATCH] test(bundle): Disable canary builds --- scripts/verify-bundle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-bundle.go b/scripts/verify-bundle.go index e3946c3c..af770203 100644 --- a/scripts/verify-bundle.go +++ b/scripts/verify-bundle.go @@ -15,7 +15,7 @@ import ( var bundlePath = "bundle.tar.gz" var OrasPush = []string{"--artifact-type", "application/vnd.cncf.openpolicyagent.config.v1+json", fmt.Sprintf("%s:application/vnd.cncf.openpolicyagent.layer.v1.tar+gzip", bundlePath)} -var supportedTrivyVersions = []string{"latest", "canary"} // TODO: add more versions +var supportedTrivyVersions = []string{"latest"} // TODO: add more versions func createRegistryContainer(ctx context.Context) (testcontainers.Container, string) { reqReg := testcontainers.ContainerRequest{