From 6273128c323b4456f890cd30fd4520ecd4e26d07 Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Thu, 24 Oct 2019 20:52:09 +0100 Subject: [PATCH] Added Docker to list of supported actions --- _templates/BASE.md.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/_templates/BASE.md.erb b/_templates/BASE.md.erb index d9a334d..1526b24 100644 --- a/_templates/BASE.md.erb +++ b/_templates/BASE.md.erb @@ -7,6 +7,7 @@ vulnerabilities in your GitHub projects. A different action is required dependin you are using. We currently support: <% @variants.each do | variant | %> * [<%= variant %>](<%= variant.downcase %>)<% end %> +* [Docker](docker) Here's an example of using one of the Actions, in this case to test a Node.js project: