Skip to content

Commit

Permalink
ci(docker-build): add env to trivy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsolberg committed Nov 5, 2024
1 parent 12b9b81 commit 7e01d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
-
name: Trivy vulnerability scan
uses: aquasecurity/[email protected]
env:
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
input: image.tar
format: 'table'
Expand Down

0 comments on commit 7e01d21

Please sign in to comment.