Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
push-to-registry: true

- name: Generate image SBOM (SPDX JSON)
uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610
with:
image: ${{ env.REGISTRY }}/${{ steps.image_repo.outputs.value }}@${{ steps.build_image.outputs.digest }}
format: spdx-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
push-to-registry: true

- name: Generate image SBOM (SPDX JSON)
uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610
with:
image: ${{ env.REGISTRY }}/${{ steps.image_repo.outputs.value }}@${{ steps.build_image.outputs.digest }}
format: spdx-json
Expand Down
Loading