Merge fcb8f85ad06298099ac9acdf9bf6094601ab0f47 into 0edccf33480b95bf7547b90187c31e9ab2cb070d

This commit is contained in:
Barak Schoster Goihman 2024-11-28 11:15:42 +00:00 committed by GitHub
commit 389aee24c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -319,6 +319,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
- [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories.
- [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories.
- [Checkov Static Analysis for Infrastructure as Code](https://github.com/bridgecrewio/checkov)
- [Snyk Test Action](https://github.com/snyk/actions)
- [Manage Your GitHub Actions Secrets With A Simple CLI](https://github.com/unfor19/githubsecrets)
- [SecretHub](https://github.com/secrethub/actions) - Have a single source of truth for your secrets and load them into GitHub Actions on demand.