Skip to content

Commit

Permalink
Update crazy-max/ghaction-container-scan action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent df80c4a commit e7345b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
run: docker build -f Dockerfile -t user/app:latest .
working-directory: ${{ matrix.module-folder }}
- name: Scan for vulnerabilities
uses: crazy-max/ghaction-container-scan@v2
uses: crazy-max/ghaction-container-scan@v3
with:
image: user/app:latest
dockerfile: ./Dockerfile
Expand Down

0 comments on commit e7345b2

Please sign in to comment.