Skip to content

Commit

Permalink
Pputman/add trivy scanning (#2182)
Browse files Browse the repository at this point in the history
* adding trivy scanning to the existing container build workflows

* adding trivy to my celo image

---------

Co-authored-by: Victoria <[email protected]>
  • Loading branch information
pputman-clabs and lvpeschke authored Sep 8, 2023
1 parent 47afc3a commit cd2e13a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mycelo-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
tags: mycelo:latest
load: true
build-args: GETH_COMMIT={{ github.sha }}
trivy: true
- name: Check docker images
run: docker images
- name: Generate genesis.json using mycelo image
Expand Down

0 comments on commit cd2e13a

Please sign in to comment.