From 0065d6375c75516f31b97c28f511fe13da9b9159 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..3b26e8f 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 steps: - name: Checkout repository