Skip to content

Commit 41c4ab8

Browse files
committed
build: updating provenance generation for manual-publish workflows
1 parent f4aded1 commit 41c4ab8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ jobs:
4747
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.7.0
4848
with:
4949
base64-subjects: "${{ needs.build-publish.outputs.gem-hash }}"
50-
upload-assets: true
51-
upload-tag-name: TBD
50+
upload-assets: ${{ !inputs.dry_run }}
5251

PROVENANCE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ $ slsa-verifier verify-artifact \
1919
--provenance-path multiple-provenance.intoto.jsonl \
2020
--source-uri github.com/launchdarkly/ruby-server-sdk \
2121
launchdarkly-server-sdk-VERSION.gem
22-
23-
TBD OUTPUT
2422
```
2523

2624
Alternatively, to verify the provenance manually, the SLSA framework specifies [recommendations for verifying build artifacts](https://slsa.dev/spec/v1.0/verifying-artifacts) in their documentation.

0 commit comments

Comments
 (0)