diff --git a/test/test.bats b/test/test.bats index 7b14b53..6172c03 100644 --- a/test/test.bats +++ b/test/test.bats @@ -2,9 +2,9 @@ setup_file() { local owner=$GITHUB_REPOSITORY_OWNER - 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 + 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 } setup() {