diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d6ffc26..218e457 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -76,6 +76,7 @@ jobs: # See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 env: + TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 TRIVY_OFFLINE_SCAN: true with: image-ref: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_IMAGE_NAME }}:${{ env.CONTAINER_IMAGE_VERSION }}