File tree 1 file changed +3
-0
lines changed
internal/builders/container
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ provenance:
63
63
uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@main
64
64
with :
65
65
image : ${{ needs.build.outputs.tag }}
66
+ digest : ${{ needs.build.outputs.digest }}
66
67
registry-username : ${{ github.actor }}
67
68
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/492): Remove after GA release.
68
69
compile-generator : true
85
86
packages : write
86
87
outputs :
87
88
image : ${{ steps.image.outputs.image }}
89
+ digest : ${{ steps.build.outputs.digest }}
88
90
runs-on : ubuntu-latest
89
91
steps :
90
92
- name : Checkout the repository
@@ -134,6 +136,7 @@ jobs:
134
136
uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@main
135
137
with :
136
138
image : ${{ needs.build.outputs.image }}
139
+ digest : ${{ needs.build.outputs.digest }}
137
140
registry-username : ${{ github.actor }}
138
141
# TODO(https://github.com/slsa-framework/slsa-github-generator/issues/492): Remove after GA release.
139
142
compile-generator : true
You can’t perform that action at this time.
0 commit comments