Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Add nsp to scan for known vulnerabilities #153

Merged
merged 2 commits into from
Mar 28, 2018
Merged

Conversation

priyajeet
Copy link
Contributor

No description provided.

@boxcla
Copy link

boxcla commented Mar 28, 2018

Verified that @priyajeet has signed the CLA. Thanks for the pull request!

@priyajeet priyajeet changed the title Chore: Add nsp to scan from known vulnerabilities Chore: Add nsp to scan for known vulnerabilities Mar 28, 2018
@@ -97,13 +98,14 @@
"commitmsg": "commitlint -e",
"prepush": "yarn run lint",
"prettier": "prettier-eslint \"src/**/*.js\" --print-width 120 --single-quote --tab-width 4 --write",
"ci": "yarn run clean && yarn run lint && yarn install && yarn run test",
"ci": "yarn install && yarn nsp && yarn run clean && yarn run lint && yarn install && yarn run test",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shoudln't this be yarn run nsp?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with yarn, run is optional

@priyajeet priyajeet merged commit 5db437d into box:master Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants