Merge pull request #121 from eshork/master

added gitleaks-action
This commit is contained in:
Gary Ewan Park 2019-05-13 07:35:43 +01:00 committed by GitHub
commit 1ab9deeca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Lint a Dockerfile using Hadolint](https://github.com/cds-snc/github-actions/tree/master/docker-lint)
- [Lint terraform files using tflint](https://github.com/cds-snc/github-actions/tree/master/tf-lint)
- [Validate Puppet modules using Puppet PDK](https://github.com/mpepping/github-actions/tree/master/pdk-validate)
- [Scan git commits for secrets with gitleaks](https://github.com/eshork/gitleaks-action)
### Pull Requests