Skip to content

Commit 529a941

Browse files
committed
use mirrors from mirror.gcr.io
1 parent b1823ec commit 529a941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test.bats

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
setup_file() {
44
local owner=$GITHUB_REPOSITORY_OWNER
5-
export TRIVY_DB_REPOSITORY=ghcr.io/${owner}/trivy-db-act:latest
6-
export TRIVY_JAVA_DB_REPOSITORY=ghcr.io/${owner}/trivy-java-db-act:latest
7-
export TRIVY_CHECKS_BUNDLE_REPOSITORY=ghcr.io/${owner}/trivy-checks-act:latest
5+
export TRIVY_DB_REPOSITORY=mirror.gcr.io/${owner}/trivy-db-act:latest
6+
export TRIVY_JAVA_DB_REPOSITORY=mirror.gcr.io/${owner}/trivy-java-db-act:latest
7+
export TRIVY_CHECKS_BUNDLE_REPOSITORY=mirror.gcr.io/${owner}/trivy-checks-act:latest
88
}
99

1010
setup() {

0 commit comments

Comments
 (0)