-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update NPMAudit version #352
Comments
Hi, where did you make this update? |
I updated only node+npm, I'm getting this error constantly (don't think npm is unreacheable)
|
Locally without the CI scan npm audit works ok |
|
Can you paste the code where you updated node+npm? |
For my build step on circle ci
package json
salus step
|
I noticed that salus docker is using these versions:
This may be the cause of breaking the audit. There are big changes from npm 6 to 7 and node 13 to 15 |
Can we somehow change these ENVs something like |
Running locally with the same node version as the salus image I get the same error
I assume you cant scan a node 15 project with a node 13 version |
Yeah, that may be why. We will look into upgrading NPM/node, but right now I'm not sure when we will get there. |
|
Looks like that is true, because the command doesn't involve salus. |
Hi there, currently I'm trying to update the node version of a project to verion
15.14.0
+ npm7.7.6
, but the NPMAudit still runs on version 6.14.8.==== NPMAudit v6.14.8: FAILED in 2.13s
I'm using the latest image
coinbase/salus:latest
Is there a way to force an update?
The text was updated successfully, but these errors were encountered: