audit security vulnerabilities as part of ci (#280)

This commit is contained in:
Bryan MacFarlane
2020-01-03 17:54:10 -05:00
committed by GitHub
parent 4e69ce10e9
commit 803934eca0
11 changed files with 18 additions and 19 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "@actions/exec",
"version": "1.0.0",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@actions/io": {
"version": "1.0.0",
"version": "1.0.1",
"dev": true
}
}
+1
View File
@@ -27,6 +27,7 @@
"directory": "packages/exec"
},
"scripts": {
"audit-moderate": "npm install && npm audit --audit-level=moderate",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},