Skip to content

Commit

Permalink
fix(docker): using AWS docker repo for trivy (#872)
Browse files Browse the repository at this point in the history
* fix(docker): using AWS docker repo for trivy

* fix(docker): using AWS docker repo for trivy
  • Loading branch information
darrenvechain authored Nov 4, 2024
1 parent af88757 commit ad5bfbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad5bfbd

Please sign in to comment.