Update README.md

This commit is contained in:
Adam Števko 2020-01-31 00:26:44 +01:00 committed by GitHub
parent bbff23a1d9
commit 186d6193d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) - [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) - [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) - [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 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) - [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. - [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 #### Code Coverage