dont look for package-lock when scanning

This commit is contained in:
Alexandros Mandilaras 2024-04-23 14:55:07 +03:00
parent 1563641515
commit 56d3152478
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ RUN update-ca-certificates
# copy the package.json to install dependencies # copy the package.json to install dependencies
COPY package.json ./ COPY package.json ./
COPY package-lock.json ./
# Install the dependencies and make the folder # Install the dependencies and make the folder
RUN npm install sonar-scanner --save-dev RUN npm install sonar-scanner --save-dev