From 4d59715a12b1ebfa319a8a529d0076e0930231f3 Mon Sep 17 00:00:00 2001 From: Simar Date: Mon, 18 Nov 2024 18:03:57 -0700 Subject: [PATCH] Revert "use mirrors from mirror.gcr.io" This reverts commit 529a941eed462cb5176ce1c9223d2b5cdc07fb0f. --- test/test.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test.bats b/test/test.bats index 6172c03..7b14b53 100644 --- a/test/test.bats +++ b/test/test.bats @@ -2,9 +2,9 @@ setup_file() { local owner=$GITHUB_REPOSITORY_OWNER - export TRIVY_DB_REPOSITORY=mirror.gcr.io/${owner}/trivy-db-act:latest - export TRIVY_JAVA_DB_REPOSITORY=mirror.gcr.io/${owner}/trivy-java-db-act:latest - export TRIVY_CHECKS_BUNDLE_REPOSITORY=mirror.gcr.io/${owner}/trivy-checks-act:latest + export TRIVY_DB_REPOSITORY=ghcr.io/${owner}/trivy-db-act:latest + export TRIVY_JAVA_DB_REPOSITORY=ghcr.io/${owner}/trivy-java-db-act:latest + export TRIVY_CHECKS_BUNDLE_REPOSITORY=ghcr.io/${owner}/trivy-checks-act:latest } setup() {