From bbff23a1d95aab279a315d8213433958b176da5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0tevko?= Date: Sat, 25 Jan 2020 13:49:48 +0100 Subject: [PATCH 1/2] Add iam-lint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c22aaa4..fa1c88c 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [A vulnerability scanner for your docker images](https://github.com/phonito/phonito-scanner-action) - [Automatically approve and merge Dependabot updates](https://github.com/ridedott/dependabot-auto-merge-action) - [Run dlint security linter on your Python code](https://github.com/xen0l/dlint-check) +- [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint) - [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. From 186d6193d6f547d0def9fd2e7ca42a6e31b95800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0tevko?= Date: Fri, 31 Jan 2020 00:26:44 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa1c88c..db662eb 100644 --- a/README.md +++ b/README.md @@ -269,10 +269,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [A vulnerability scanner for your docker images](https://github.com/phonito/phonito-scanner-action) - [Automatically approve and merge Dependabot updates](https://github.com/ridedott/dependabot-auto-merge-action) - [Run dlint security linter on your Python code](https://github.com/xen0l/dlint-check) -- [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint) - [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