We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a115046 commit c9cdb58Copy full SHA for c9cdb58
.github/workflows/jib-cli-release.yml
@@ -119,6 +119,7 @@ jobs:
119
contents: write # To add assets to a release.
120
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1
121
with:
122
+ compile-generator: true # Workaround for https://github.com/slsa-framework/slsa-github-generator/issues/1163
123
base64-subjects: "${{ needs.release.outputs.hashes }}"
124
125
upload:
0 commit comments