We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1823ec commit 529a941Copy full SHA for 529a941
test/test.bats
@@ -2,9 +2,9 @@
2
3
setup_file() {
4
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
+ 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
8
}
9
10
setup() {
0 commit comments