Add Snyk CLI Action

This GitHub action adds the ability to run a Snyk test against the repository to see if there are any third-party dependencies found with vulnerabilities in them.
This commit is contained in:
Brian Clark 2018-12-20 14:27:59 -05:00 committed by GitHub
parent af537a9b43
commit d5158e9fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action)
- [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action)
- [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn)
- [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action)
### Tutorials