Skip to content

Commit ac4a4e1

Browse files
authored
Adding FAQ section for CI signing. (#364)
Signed-off-by: hayleycd <cook.hayley@gmail.com>
1 parent e04de98 commit ac4a4e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/en/about/faq.md

+11
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ We designed `cosign` to meet a few specific requirements. The design requiremen
4848
* Signing an image does not mutate the image
4949
* Pure-go implementation
5050

51+
## Sigstore and Continuous Integration
52+
53+
### Are there tools available to integrate Sigstore into my CI System?
54+
55+
Yes! Sigstore currently has two GitHub Actions that make it easy to use Sigstore in your workflows.
56+
57+
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.
58+
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.
59+
60+
You can learn more about using these GitHub Actions in our [Sigstore CI Quickstart]({{< relref "quickstart/quickstart-ci">}})
61+
5162
## Gitsign
5263

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

0 commit comments

Comments
 (0)