Ver código fonte

ci: enforce ignore-scripts policy for Node package managers

securityeng-bot[bot] 21 horas atrás
pai
commit
9c55933346
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      react-rust-postgres/frontend/Dockerfile

+ 2 - 0
react-rust-postgres/frontend/Dockerfile

@@ -7,6 +7,8 @@ ENV PORT=3000
 WORKDIR /code
 COPY package.json /code/package.json
 COPY package-lock.json /code/package-lock.json
+COPY .npmrc .
+COPY .yarnrc.yml .
 RUN npm ci
 COPY . /code