init commit
This commit is contained in:
7
action.yaml
Normal file
7
action.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: "npm-audit"
|
||||
description: "check for vulnerabilities with npm"
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: "dependency scan"
|
||||
runs: npm audit
|
Reference in New Issue
Block a user