diff --git a/action.yml b/action.yml index b519761..0e2a004 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "Snyk" -description: "Check your Node application for vulnerabilties using Snyk" +description: "Check your applications for vulnerabilties using Snyk" author: "Gareth Rushgrove" branding: icon: "alert-triangle" diff --git a/build.rb b/build.rb index 37ade1c..5f9711d 100755 --- a/build.rb +++ b/build.rb @@ -55,5 +55,5 @@ # Currently in order to submit Actions to the marketplace you need to have a file # called action.yml in the root of your directory # -puts "Generating root Action" -FileUtils.cp("node/action.yml", ".") +#puts "Generating root Action" +#FileUtils.cp("node/action.yml", ".")