Skip to content

Commit

Permalink
publish workflow: checkout repo during scan step to get trivyignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelany committed Sep 5, 2024
1 parent e8f0625 commit 935fb59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ jobs:
fail-fast: false
name: scan ${{ matrix.image }}
steps:
- uses: actions/checkout@v4

- name: Scan ${{ matrix.image }} for vulnerabilities
uses: aquasecurity/[email protected]
with:
Expand Down

0 comments on commit 935fb59

Please sign in to comment.