Skip to content

Commit a137aa7

Browse files
author
Val Brodsky
committed
Still trying to fix provenance
1 parent 47b2ada commit a137aa7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,15 @@ jobs:
9494
HASH_VAR="hashes-${{ matrix.package }}"
9595
echo "HASH_VAR=$HASH_VAR" >> $GITHUB_ENV
9696
echo "Using hash: ${{ env.HASH_VAR }}"
97-
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
97+
- uses: slsa-framework/[email protected]
9898
with:
99+
repository: slsa-framework/slsa-github-generator
100+
path: actions/generator/generic/create-base64-subjects-from-file
101+
ref: v2.0.0
99102
base64-subjects: "${{ env.HASH_VAR }}"
100103
upload-assets: true
101104
upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
102-
105+
103106
test-build:
104107
needs: ['path-filter']
105108
if: ${{ needs.path-filter.outputs.lbox == 'true' }}

0 commit comments

Comments
 (0)