From 06f3f280e73aca2a103b49db8df86c5bb6edda32 Mon Sep 17 00:00:00 2001 From: teddy Date: Tue, 17 Dec 2024 19:04:21 -0300 Subject: [PATCH] ci: use image maintained by ToB --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae4ef86..361086d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: medusa-tests: name: Medusa Test runs-on: ubuntu-latest - container: ghcr.io/defi-wonderland/eth-security-toolbox-ci:dev + container: ghcr.io/trailofbits/eth-security-toolbox/ci:testing-dev steps: - name: Checkout repository