-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ci: uncomment audit #2636
ci: uncomment audit #2636
Conversation
hmm, need to update yargs-parser..
|
Codecov Report
@@ Coverage Diff @@
## v4 #2636 +/- ##
=======================================
Coverage 92.35% 92.35%
=======================================
Files 34 34
Lines 1321 1321
Branches 373 373
=======================================
Hits 1220 1220
Misses 96 96
Partials 5 5 Continue to review full report at Codecov.
|
c185c35
to
fe89df3
Compare
@evilebottnawi please review this |
# - script: npm run security | ||
# displayName: 'Run NPM audit' | ||
- script: npm audit --production | ||
displayName: 'Run NPM audit' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only production? In theory dev dependencies can be vulnerable too, but at the moment we’re not auditing anything at all, so let's merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, but currently we can't fix yargs-parser issue. #2636 (comment)
For Bugs and Features; did you add new tests?
no
Motivation / Use-Case
I hope the audit has been fixed on v4.
Breaking Changes
no
Additional Info