Would be nice to provide a base docker image with the cli installed.
FROM node:lts-alpine
RUN npm install -g @socketsecurity/cli
Created by Feross Aboukhadijeh (Socket)
January 27, 2023