Quellcode durchsuchen

ci: enforce ignore-scripts policy for Node package managers

securityeng-bot[bot] vor 1 Tag
Ursprung
Commit
9f2bf62def
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      react-nginx/Dockerfile

+ 2 - 0
react-nginx/Dockerfile

@@ -11,6 +11,8 @@ COPY package.json /app/package.json
 COPY package-lock.json /app/package-lock.json
 
 # Same as npm install
+COPY .npmrc .
+COPY .yarnrc.yml .
 RUN npm ci
 
 COPY . /app