Merge pull request #312 from xen0l/patch-2

Add iam-lint
This commit is contained in:
Gary Ewan Park 2020-01-31 10:17:50 +00:00 committed by GitHub
commit 585c9363df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,6 +273,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Scan git commits for secrets with gitleaks](https://github.com/eshork/gitleaks-action)
- [Scan for secrets in your source code](https://github.com/cds-snc/github-actions/tree/master/seekret)
- [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values.
- [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
#### Code Coverage