Skip to content

Commit

Permalink
Merge pull request #2723 from tarlepp/trivy-configuration
Browse files Browse the repository at this point in the history
Chore(env) - Updated Trivy action configuration
  • Loading branch information
tarlepp committed Mar 29, 2024
2 parents ac3481f + 2e906bd commit 8d88c9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/vulnerability-scan.yml
Expand Up @@ -22,9 +22,7 @@ jobs:
- name: Scan image with trivy
uses: lazy-actions/gitrivy@v3
with:
image-ref: symfony-flex-backend:master
format: 'table'
exit-code: '1'
token: ${{ secrets.GITHUB_TOKEN }}
image: symfony-flex-backend:master
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'

0 comments on commit 8d88c9a

Please sign in to comment.