Skip to content

Commit 4efc5b7

Browse files
committed
add the sbom action
1 parent 2bef409 commit 4efc5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Generate SBOM for the dev Docker image
7474
uses: anchore/sbom-action@v0
7575
with:
76-
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-development:${{ steps.meta.outputs.tags }}
76+
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
7777
output-file: sbom-image-latest.json
7878
- name: Attest image
7979
uses: github-early-access/generate-build-provenance@main

0 commit comments

Comments
 (0)