Skip to content

Commit

Permalink
Adding FAQ section for CI signing.
Browse files Browse the repository at this point in the history
Signed-off-by: hayleycd <cook.hayley@gmail.com>
  • Loading branch information
hayleycd committed Feb 4, 2025
1 parent df2a0f8 commit 1b74618
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/en/about/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ We designed `cosign` to meet a few specific requirements. The design requiremen
* Signing an image does not mutate the image
* Pure-go implementation

## Sigstore and Continuous Integration

### Are there tools available to integrate Sigstore into my CI System?

Yes! Sigstore currently has two GitHub Actions that make it easy to use Sigstore in your workflows.

1. The [`gh-action-sigstore-python`](https://github.com/sigstore/gh-action-sigstore-python) GitHub Action is the easiest way to generate Sigstore signatures for your project, regardless of language ecosystem.
2. The [`cosign-installer`](https://github.com/sigstore/cosign-installer) GitHub Action installs Cosign into your workflow environment. You can use all the features of Cosign when writing your workflow. This GitHub Action allows for container signing.

You can learn more about using these GitHub Actions in our [Sigstore CI Quickstart]({{< relref "quickstart/quickstart-ci">}})

## Gitsign

### Why use Gitsign instead of the usual commit signing workflow?
Expand Down

0 comments on commit 1b74618

Please sign in to comment.