From 08fadc287c431076f83b938a7574e048f36c4525 Mon Sep 17 00:00:00 2001 From: segudev <41948994+segudev@users.noreply.github.com> Date: Wed, 11 May 2022 16:38:31 +0200 Subject: [PATCH] Add GitHub Actions Security Cheat Sheet A free cheat sheet to keep workflows safe! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85aa2b0..94e26a9 100644 --- a/README.md +++ b/README.md @@ -535,6 +535,7 @@ Set up your GitHub Actions workflow with a specific version of your programming ### Cheat Sheet - [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/) +- [GitHub Actions Security Cheat Sheet](https://blog.gitguardian.com/github-actions-security-cheat-sheet/) ## Tutorials