CVE Scan fails My Docker build
roma-glushko
HOBBYOP
18 days ago
I'm not sure where this is coming from but it seems like there is a security scan that happens before dockerfile build and it fails my deployment:
The dockerfile in question has JS but it doesn't use Nextjs ecosystem. Retries don't help.
What could be the issue?
Attachments
1 Replies
roma-glushko
HOBBYOP
18 days ago
The error was right. It was coming from my codebase. I had an old, orphaned lock file that happened to contain nextjs dependency.