An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# sigstore the hardway

![Publish Status](https://github.com/stacklok/sigstore-the-hard-way/workflows/publish/badge.svg)

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