From 212bdade4b4fbe612e2f81846227a71331579d92 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 20 Dec 2018 16:43:02 +0000 Subject: [PATCH 1/2] Add link to Slack action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e735023..37f3eea 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Cleanup branches after merge](https://github.com/jessfraz/branch-cleanup-action) - [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) +- [Send a Slack message](https://github.com/apex/actions/tree/master/slack) - [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit) - [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless) - [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action) From d5158e9fd81055d3534e198000a8dcc15dad773a Mon Sep 17 00:00:00 2001 From: Brian Clark Date: Thu, 20 Dec 2018 14:27:59 -0500 Subject: [PATCH 2/2] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e735023..82637d6 100644 --- a/README.md +++ b/README.md @@ -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