Skip to content

Commit

Permalink
Automatically update version
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Feb 22, 2024
1 parent ff50b75 commit 5eee8f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ As part of [SLSA requirements for level 3 compliance](https://slsa.dev/spec/v1.0

To verify SLSA provenance attestations, we recommend using [slsa-verifier](https://github.com/slsa-framework/slsa-verifier). Example usage for verifying SDK packages is included below:

<!-- x-release-please-start-version -->
```
# Download package from PyPi
$ pip download --only-binary=:all: launchdarkly-server-sdk
Expand All @@ -25,6 +26,7 @@ Verifying artifact launchdarkly_server_sdk-9.2.0-py3-none-any.whl: PASSED
PASSED: Verified SLSA provenance
```
<!-- x-release-please-end -->

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.

Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"release-type": "python",
"versioning": "default",
"include-v-in-tag": false,
"extra-files": ["ldclient/version.py"],
"extra-files": ["ldclient/version.py", "PROVENANCE.md"],
"include-component-in-tag": false
}
}
Expand Down

0 comments on commit 5eee8f2

Please sign in to comment.