Skip to content

Commit

Permalink
add test echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent 7cee680 commit 742a8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-workflow-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Check image with Trivy
run: |
mkdir build-artifacts
echo "$REGISTRY/$IMAGE_NAME:$IMAGE_TAG"
trivy image $REGISTRY/$IMAGE_NAME:$IMAGE_TAG >> build-artifacts/vuln-scan.txt
cat build-artifacts/vuln-scan.txt
trivy image --format spdx ubuntu:rolling >> build-artifacts/sbom-spdx.txt
Expand Down

0 comments on commit 742a8ec

Please sign in to comment.