use GitHub context to branch processing (#22)
This commit is contained in:
19
__tests__/testdata/audit/error.txt
vendored
Normal file
19
__tests__/testdata/audit/error.txt
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
=== npm audit security report ===
|
||||
|
||||
# Run npm update strapi --depth 1 to resolve 1 vulnerability
|
||||
┌───────────────┬──────────────────────────────────────────────────────────────┐
|
||||
│ High │ Command Injection │
|
||||
├───────────────┼──────────────────────────────────────────────────────────────┤
|
||||
│ Package │ strapi │
|
||||
├───────────────┼──────────────────────────────────────────────────────────────┤
|
||||
│ Dependency of │ strapi │
|
||||
├───────────────┼──────────────────────────────────────────────────────────────┤
|
||||
│ Path │ strapi │
|
||||
├───────────────┼──────────────────────────────────────────────────────────────┤
|
||||
│ More info │ https://npmjs.com/advisories/1424 │
|
||||
└───────────────┴──────────────────────────────────────────────────────────────┘
|
||||
|
||||
|
||||
found 1 high severity vulnerability in 897105 scanned packages
|
||||
run `npm audit fix` to fix 1 of them.
|
||||
5
__tests__/testdata/audit/success.txt
vendored
Normal file
5
__tests__/testdata/audit/success.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
=== npm audit security report ===
|
||||
|
||||
found 0 vulnerabilities
|
||||
in 892282 scanned packages
|
||||
Reference in New Issue
Block a user