Skip to content

Commit

Permalink
ci: Add trivy scan to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Feb 9, 2023
1 parent c32920c commit 121a0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Build
uses: docker/build-push-action@v4
with:
load: true
push: false
tags: 'ledger:${{ github.sha }}'
cache-from: type=gha
Expand Down

0 comments on commit 121a0e8

Please sign in to comment.