https://github.com/stacklok/sigstore-the-hard-way
sigstore the hard way!
https://github.com/stacklok/sigstore-the-hard-way
cosign sigstore
Last synced: about 2 months ago
JSON representation
sigstore the hard way!
- Host: GitHub
- URL: https://github.com/stacklok/sigstore-the-hard-way
- Owner: stacklok
- License: apache-2.0
- Created: 2021-07-21T06:27:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T12:07:48.000Z (over 1 year ago)
- Last Synced: 2025-03-11T01:58:01.943Z (11 months ago)
- Topics: cosign, sigstore
- Homepage: https://stacklok.github.io/sigstore-the-hard-way/
- Size: 4.03 MB
- Stars: 110
- Watchers: 18
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sigstore the hardway

sigstore the hard way is hosted at and is available for free.
## contributing
Should you wish to contribute, you're in the right place.
Building the sigstore the hard way requires [mdBook].
[mdBook]: https://github.com/rust-lang-nursery/mdBook
```bash
cargo install mdbook
```
Once installed you can use the `mdbook` command to view in realtime the sigstore-the-hardway documentation.
```bash
mdbook serve --open
```
You do not need to build before making a pull request, we have a CI action that will automatically
build the site and push it to the live site.
Before you push, please test:
To run the tests:
```bash
mdbook test
```
### Translations
We'd love help translating the sigstore-the-hardway! See the [Translations] label to join in
efforts. Open a new issue to start working on a new language! We're waiting on [mdbook support] for multiple languages
before we merge any in, but feel free to start!
[Translations]: https://github.com/rust-lang/book/issues?q=is%3Aopen+is%3Aissue+label%3ATranslations
[mdbook support]: https://github.com/rust-lang-nursery/mdBook/issues/5