We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b2ada commit a137aa7Copy full SHA for a137aa7
.github/workflows/lbox-publish.yml
@@ -94,12 +94,15 @@ jobs:
94
HASH_VAR="hashes-${{ matrix.package }}"
95
echo "HASH_VAR=$HASH_VAR" >> $GITHUB_ENV
96
echo "Using hash: ${{ env.HASH_VAR }}"
97
- - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
+ - uses: slsa-framework/[email protected]
98
with:
99
+ repository: slsa-framework/slsa-github-generator
100
+ path: actions/generator/generic/create-base64-subjects-from-file
101
+ ref: v2.0.0
102
base64-subjects: "${{ env.HASH_VAR }}"
103
upload-assets: true
104
upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
-
105
+
106
test-build:
107
needs: ['path-filter']
108
if: ${{ needs.path-filter.outputs.lbox == 'true' }}
0 commit comments