From ad5bfbddcabddb4f9b4e3b09e54314ab491adf22 Mon Sep 17 00:00:00 2001 From: Darren Kelly <107671032+darrenvechain@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:08:56 +0000 Subject: [PATCH] fix(docker): using AWS docker repo for trivy (#872) * fix(docker): using AWS docker repo for trivy * fix(docker): using AWS docker repo for trivy --- .github/workflows/publish-docker-images.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-docker-images.yaml b/.github/workflows/publish-docker-images.yaml index 49eeb7e58..fd97eb27a 100644 --- a/.github/workflows/publish-docker-images.yaml +++ b/.github/workflows/publish-docker-images.yaml @@ -95,6 +95,9 @@ jobs: annotations: true severity: LOW dockerfile: ./Dockerfile + env: + # See https://github.com/aquasecurity/trivy/discussions/7538 + TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 - name: Internal CI uses: peter-evans/repository-dispatch@v3