Skip to content

Commit

Permalink
add the sbom action
Browse files Browse the repository at this point in the history
  • Loading branch information
ejahnGithub committed Jan 23, 2024
1 parent dd71eee commit 2bef409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Generate SBOM for the dev Docker image
uses: anchore/sbom-action@v0
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-development:${{ steps.meta2.outputs.tags }}
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-development:${{ steps.meta.outputs.tags }}
output-file: sbom-image-latest.json
- name: Attest image
uses: github-early-access/generate-build-provenance@main
Expand Down

0 comments on commit 2bef409

Please sign in to comment.