From 74b82c10d85b116596475c60b37ff4b2a6b23975 Mon Sep 17 00:00:00 2001 From: sttor <54439583+sttor@users.noreply.github.com> Date: Fri, 26 Nov 2021 04:25:45 +0530 Subject: [PATCH] Adding Cosign to the list of Container Signing (#3) Cosign is a beautiful project under sigstore. It is being used for signing the images and is compatible with almost all the OCI Registries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6011c9b..1589eeb 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Dynamic application security testing (DAST) is a type of application testing (in | **Falco** | [https://github.com/falcosecurity/falco](https://github.com/falcosecurity/falco) | Container runtime protection |![Falco](https://img.shields.io/github/stars/falcosecurity/falco?style=for-the-badge) | | **Trivy** | [https://github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy) | Comprehensive scanner for vulnerabilities in container images |![Trivy](https://img.shields.io/github/stars/aquasecurity/trivy?style=for-the-badge) | | **Notary** | [https://github.com/notaryproject/notary](https://github.com/notaryproject/notary) | Docker signing|![Notary](https://img.shields.io/github/stars/notaryproject/notary?style=for-the-badge) | +| **Cosign** | [https://github.com/sigstore/cosign](https://github.com/sigstore/cosign) | Container signing|![Cosign](https://img.shields.io/github/stars/sigstore/cosign?style=for-the-badge) | | **watchtower** | [https://github.com/containrrr/watchtower](https://github.com/containrrr/watchtower) | Updates the running version of your containerized app |![watchtower](https://img.shields.io/github/stars/containrrr/watchtower?style=for-the-badge) |