Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamPIngram authored Sep 4, 2023
1 parent 686466f commit 43859eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build-Publish-CSC-Images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ jobs:
- name: Generate image SBOM's
uses: anchore/sbom-action@v0
with:
image: ${{ matrix.image }}:{{ steps.meta.outputs.tags }}
image: ${{ matrix.image }}:${{ steps.meta.outputs.tags }}
artifact-name: sbom-${{ matrix.image }}.spdx.json

# docker-scout:
# needs: build-and-push-app-images
Expand Down

0 comments on commit 43859eb

Please sign in to comment.