diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 3c9537e..c74c7af 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -95,6 +95,7 @@ jobs: uses: aquasecurity/trivy-action@0.28.0 env: IMAGE: ${{ steps.docker_meta.outputs.tags }} + TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db with: image-ref: ${{ env.IMAGE }} format: "table"