Adds ignore-scripts=true (.npmrc) and enableScripts: false (.yarnrc.yml) to all Node.js Dockerfiles to prevent supply-chain attacks via postinstall scripts.
@@ -0,0 +1 @@
+ignore-scripts=true
+enableScripts: false