Skip to content

Commit dee95fe

Browse files
committed
Generated new GitHub Actions templates
skip-checks: true
1 parent 818ff09 commit dee95fe

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

action.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Snyk Node"
2+
description: "Check your Node application for vulnerabilties using Snyk"
3+
author: "Gareth Rushgrove"
4+
branding:
5+
icon: "alert-triangle"
6+
color: "yellow"
7+
inputs:
8+
command:
9+
description: "Which Snyk command to run, defaults to test"
10+
default: test
11+
args:
12+
description: "Additional arguments to pass to Snyk"
13+
runs:
14+
using: "docker"
15+
image: "docker://snyk/snyk:node"
16+
args:
17+
- snyk
18+
- ${{ inputs.command }}
19+
- ${{ inputs.args }}

0 commit comments

Comments
 (0)