Skip to content

Commit

Permalink
Merge pull request #2722 from tarlepp/bug/wrong-action-image
Browse files Browse the repository at this point in the history
Chore(env) - Fixed wrong image version
  • Loading branch information
tarlepp committed Mar 29, 2024
2 parents 6b05763 + 08ae357 commit ac3481f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
run: docker build . --file Dockerfile --tag symfony-flex-backend:master

- name: Scan image with trivy
uses: lazy-actions/gitrivy@v4
uses: lazy-actions/gitrivy@v3
with:
image-ref: symfony-flex-backend:master
format: 'table'
Expand Down

0 comments on commit ac3481f

Please sign in to comment.