Merge pull request #1 from segudev/add-gitguardian-shield

Added GitGuardian Shield Action to protect source code from exposed credentials 🔑
This commit is contained in:
segudev 2021-09-06 14:25:52 +02:00 committed by GitHub
commit 165b4ff14f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,6 +305,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
#### Security
- [GitGuardian Shield against exposed credentials in your commits](https://github.com/GitGuardian/ggshield-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)
- [Run dlint security linter on your Python code](https://github.com/xen0l/dlint-check)