Skip to content

Commit

Permalink
ci: add grype vulnerability scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Sep 13, 2024
1 parent d518c9d commit 73be8e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
- name: Install Node.js dependencies
run: pnpm i

- name: Scan image
uses: anchore/scan-action@v3
with:
image: ${{ steps.build_machine.outputs.imageid }}
fail-build: false

- name: Build Cartesi Machine image
env:
IMAGE_ID: ${{ steps.build_machine.outputs.imageid }}
Expand Down

0 comments on commit 73be8e0

Please sign in to comment.