dont look for package-lock when scanning
This commit is contained in:
parent
1563641515
commit
56d3152478
|
@ -20,7 +20,6 @@ RUN update-ca-certificates
|
|||
|
||||
# copy the package.json to install dependencies
|
||||
COPY package.json ./
|
||||
COPY package-lock.json ./
|
||||
|
||||
# Install the dependencies and make the folder
|
||||
RUN npm install sonar-scanner --save-dev
|
||||
|
|
Loading…
Reference in New Issue