@@ -14,6 +14,29 @@ sigstore-python
14
14
You can use it to sign and verify Python package distributions, or anything
15
15
else!
16
16
17
+ ## Index
18
+
19
+ * [ Features] ( #features )
20
+ * [ Installation] ( #installation )
21
+ * [ GitHub Actions] ( #github-actions )
22
+ * [ Usage] ( #usage )
23
+ * [ Signing] ( #signing )
24
+ * [ Verifying] ( #verifying )
25
+ * [ Generic identities] ( #generic-identities )
26
+ * [ Signatures from GitHub Actions] ( #signatures-from-github-actions )
27
+ * [ Example uses] ( #example-uses )
28
+ * [ Signing with ambient credentials] ( #signing-with-ambient-credentials )
29
+ * [ Signing with an email identity] ( #signing-with-an-email-identity )
30
+ * [ Signing with an explicit identity token] ( #signing-with-an-explicit-identity-token )
31
+ * [ Verifying against a signature and certificate] ( #verifying-against-a-signature-and-certificate )
32
+ * [ Verifying signatures from GitHub Actions] ( #verifying-signatures-from-github-actions )
33
+ * [ Licensing] ( #licensing )
34
+ * [ Community] ( #community )
35
+ * [ Contributing] ( #contributing )
36
+ * [ Code of Conduct] ( #code-of-conduct )
37
+ * [ Security] ( #security )
38
+ * [ SLSA Provenance] ( #slsa-provenance )
39
+
17
40
## Features
18
41
19
42
* Support for signing Python package distributions using an OpenID Connect identity
@@ -433,11 +456,19 @@ $ python -m sigstore verify github sigstore-0.10.0-py3-none-any.whl \
433
456
434
457
` sigstore ` is licensed under the Apache 2.0 License.
435
458
459
+ ## Community
460
+
461
+ ` sigstore-python ` is developed as part of the [ Sigstore] ( https://sigstore.dev ) project.
462
+
463
+ We also use a [ Slack channel] ( https://sigstore.slack.com ) !
464
+ Click [ here] ( https://join.slack.com/t/sigstore/shared_invite/zt-mhs55zh0-XmY3bcfWn4XEyMqUUutbUQ ) for the invite link.
465
+
436
466
## Contributing
437
467
438
468
See [ the contributing docs] ( https://github.com/sigstore/.github/blob/main/CONTRIBUTING.md ) for details.
439
469
440
470
## Code of Conduct
471
+
441
472
Everyone interacting with this project is expected to follow the
442
473
[ sigstore Code of Conduct] ( https://github.com/sigstore/.github/blob/main/CODE_OF_CONDUCT.md ) .
443
474
@@ -451,11 +482,3 @@ This project emits a SLSA provenance on its release! This enables you to verify
451
482
of the downloaded artifacts and ensured that the binary's code really comes from this source code.
452
483
453
484
To do so, please follow the instructions [ here] ( https://github.com/slsa-framework/slsa-github-generator#verification-of-provenance ) .
454
-
455
-
456
- ## Info
457
-
458
- ` sigstore-python ` is developed as part of the [ ` sigstore ` ] ( https://sigstore.dev ) project.
459
-
460
- We also use a [ slack channel] ( https://sigstore.slack.com ) !
461
- Click [ here] ( https://join.slack.com/t/sigstore/shared_invite/zt-mhs55zh0-XmY3bcfWn4XEyMqUUutbUQ ) for the invite link.
0 commit comments