You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/en/about/faq.md
+11
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,17 @@ We designed `cosign` to meet a few specific requirements. The design requiremen
48
48
* Signing an image does not mutate the image
49
49
* Pure-go implementation
50
50
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
+
51
62
## Gitsign
52
63
53
64
### Why use Gitsign instead of the usual commit signing workflow?
0 commit comments