Skip to content

Commit

Permalink
specify trivy db repository (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
dontseyit authored Nov 20, 2024
1 parent aee5cc3 commit babb8d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_to_docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ runs:

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
env:
TRIVY_DB_REPOSITORY: "ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db"
with:
image-ref: "docker.io/${{ inputs.tag }}"
format: "table"
Expand Down

0 comments on commit babb8d3

Please sign in to comment.