diff --git a/.github/workflows/container-scan.yml b/.github/workflows/container-scan.yml index 3d0698c..eac4572 100644 --- a/.github/workflows/container-scan.yml +++ b/.github/workflows/container-scan.yml @@ -24,6 +24,8 @@ jobs: - name: Run Trivy uses: aquasecurity/trivy-action@master + env: + TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db with: scan-type: image image-ref: 'githubexporter/github-exporter:${{ steps.get-current-version.outputs.version }}'