Ion Drimba Filho
Ion Drimba Filho
Having the same problem outside of a CI enviroment https://github.com/storybookjs/storybook/issues/17585 Created an issue but this looks as the same problem.
I updated only node+npm, I'm getting this error constantly (don't think npm is unreacheable) I updated locally and on my CI with a new `circleci/node:15.14.0-browsers` ``` [ { "message": "Unhandled...
Locally without the CI scan npm audit works ok
``` docker run --rm -t -v $(pwd):/home/repo coinbase/salus Unable to find image 'coinbase/salus:latest' locally latest: Pulling from coinbase/salus a628af6f: Pulling fs layer fb547ecd: Pulling fs layer 13188506: Pulling fs layer...
For my build step on circle ci ``` build: docker: - image: cimg/node:15.14.0-browsers environment: ``` package json ``` "engines": { "node": "15.14.0", "npm": "7.7.6" }, ``` salus step ``` security_check:...
I noticed that salus docker is using these versions: ``` ENV NODE_VERSION 13.8.0 ENV NPM_VERSION 6.14.8 ``` This may be the cause of breaking the audit. There are big changes...
Can we somehow change these ENVs something like `docker run --rm --env NODE_VERSION=15.14.0 --env NPM_VERSION=7.7.6 -t -v $(pwd):/home/repo coinbase/salus`?
Running locally with the same node version as the salus image I get the same error ``` $ npm audit npm ERR! code ENOAUDIT npm ERR! audit Your configured registry...
Hi @KevinDevs I'm currently updating the App and will look into provinding a mockable version soon.
Definitely @smebberson 😄