Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit e1d69b8

Browse files
committed
Adding the NSP tool to audit our packages version for known security vulnerabilities as part of the CI process
1 parent 51196c5 commit e1d69b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ services:
99
before_install:
1010
- gem update --system
1111
- gem install sass --version "=3.3.7"
12+
- npm i nsp -g
13+
after_script:
14+
- nsp audit-package

0 commit comments

Comments
 (0)