From b55abeef7c2d7f58dade770c37a80f138c6299ca Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Mon, 13 Apr 2020 13:48:03 +0300 Subject: [PATCH 1/2] docs: moved snyk from testing to security section Snyk is more fitting in the Security category rather than a testing one, so I moved it around. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a10fa56..48f1aa9 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,6 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Testing -- [Snyk Test Action](https://github.com/snyk/actions) - [Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer) - [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter) - [Run codeception tests](https://github.com/joelwmale/codeception-action) @@ -262,6 +261,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Security +- [Snyk Test Action](https://github.com/snyk/actions) - [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) From 94733cb76e6a1f904b266880c0dd70d792e02986 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Tue, 14 Apr 2020 13:26:29 +0300 Subject: [PATCH 2/2] fix: moved to the end of the security list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48f1aa9..49400d5 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,6 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Security -- [Snyk Test Action](https://github.com/snyk/actions) - [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) @@ -269,6 +268,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint) - [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. +- [Snyk Test Action](https://github.com/snyk/actions) #### Code Coverage