Skip to content

Commit

Permalink
Replace remaining usage of trivy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Oct 30, 2024
1 parent 17fb4b1 commit b7792c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-docker-trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Scan ${{ matrix.image-name }}:main image
id: trivy
uses: ./.github/actions/trivy-scan-image
uses: Flagsmith/actions/trivy-scan-image@v0.3.0
with:
image-tag: ${{ env.REGISTRY_URL }}/flagsmith/${{ matrix.image-name }}:main
category: ${{ matrix.image-name }}
Expand Down

0 comments on commit b7792c0

Please sign in to comment.