Skip to content

Commit

Permalink
Add digest input to container docs (slsa-framework#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlewis authored Jul 22, 2022
1 parent 7083535 commit e49ee2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/builders/container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ provenance:
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@main
with:
image: ${{ needs.build.outputs.tag }}
digest: ${{ needs.build.outputs.digest }}
registry-username: ${{ github.actor }}
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/492): Remove after GA release.
compile-generator: true
Expand All @@ -85,6 +86,7 @@ jobs:
packages: write
outputs:
image: ${{ steps.image.outputs.image }}
digest: ${{ steps.build.outputs.digest }}
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
Expand Down Expand Up @@ -134,6 +136,7 @@ jobs:
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@main
with:
image: ${{ needs.build.outputs.image }}
digest: ${{ needs.build.outputs.digest }}
registry-username: ${{ github.actor }}
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/492): Remove after GA release.
compile-generator: true
Expand Down

0 comments on commit e49ee2a

Please sign in to comment.