Skip to content

Commit

Permalink
use mirrors from mirror.gcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Nov 19, 2024
1 parent b1823ec commit 529a941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 529a941

Please sign in to comment.