Skip to content

Commit

Permalink
[291] Hardcoded image tag for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Sep 2, 2024
1 parent d11959e commit 78475fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: scan
uses: crazy-max/ghaction-container-scan@v3
with:
image: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images }}:${{ github.ref_name }}
image: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images }}:5.x
annotations: true
dockerfile: ./images/${{ matrix.images }}
- name: Upload SARIF file
Expand Down

0 comments on commit 78475fe

Please sign in to comment.