Skip to content

Commit e49ee2a

Browse files
author
Ian Lewis
authored
Add digest input to container docs (#591)
1 parent 7083535 commit e49ee2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/builders/container/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ provenance:
6363
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@main
6464
with:
6565
image: ${{ needs.build.outputs.tag }}
66+
digest: ${{ needs.build.outputs.digest }}
6667
registry-username: ${{ github.actor }}
6768
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/492): Remove after GA release.
6869
compile-generator: true
@@ -85,6 +86,7 @@ jobs:
8586
packages: write
8687
outputs:
8788
image: ${{ steps.image.outputs.image }}
89+
digest: ${{ steps.build.outputs.digest }}
8890
runs-on: ubuntu-latest
8991
steps:
9092
- name: Checkout the repository
@@ -134,6 +136,7 @@ jobs:
134136
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@main
135137
with:
136138
image: ${{ needs.build.outputs.image }}
139+
digest: ${{ needs.build.outputs.digest }}
137140
registry-username: ${{ github.actor }}
138141
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/492): Remove after GA release.
139142
compile-generator: true

0 commit comments

Comments
 (0)