From 8487273304a126cf755ac1e6f1750905319a712d Mon Sep 17 00:00:00 2001 From: 0xACAB <18677+fabacab@users.noreply.github.com> Date: Mon, 17 May 2021 20:27:50 -0400 Subject: [PATCH] Add "Supply chain security" section with helm-gpg tool. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7161f74..b514c0b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Many cybersecurity professionals enable racist state violence, wittingly or unwi - [Compliance testing and reporting](#compliance-testing-and-reporting) - [Fuzzing](#fuzzing) - [Policy enforcement](#policy-enforcement) + - [Supply chain security](#supply-chain-security) - [Honeypots](#honeypots) - [Tarpits](#tarpits) - [Host-based tools](#host-based-tools) @@ -177,6 +178,10 @@ See also [Awesome-Fuzzing](https://github.com/secfigo/Awesome-Fuzzing). - [Open Policy Agent (OPA)](https://www.openpolicyagent.org/) - Unified toolset and framework for policy across the cloud native stack. - [Tang](https://github.com/latchset/tang) - Server for binding data to network presence; provides data to clients only when they are on a certain (secured) network. +### Supply chain security + +- [Helm GPG (GnuPG) Plugin](https://github.com/technosophos/helm-gpg) - Chart signing and verification with GnuPG for Helm. + ## Honeypots See also [awesome-honeypots](https://github.com/paralax/awesome-honeypots).