Skip to content

Commit

Permalink
test both images
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent 2e12c15 commit 3c5b996
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-workflow-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
run: |
trivy image docker.io/library/ubuntu:22.04
- name: Check our image with Trivy
run: |
trivy image $REGISTRY/$IMAGE_NAME:$IMAGE_TAG
# - name: Check image with Trivy
# run: |
# mkdir build-artifacts
Expand Down

0 comments on commit 3c5b996

Please sign in to comment.