mirror of
https://github.com/docker/awesome-compose.git
synced 2026-07-21 17:30:14 -05:00
ci: add ignore-scripts to Node package manager config (20260527-153132)
Adds ignore-scripts=true (.npmrc) and enableScripts: false (.yarnrc.yml) to all Node.js Dockerfiles to prevent supply-chain attacks via postinstall scripts.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ignore-scripts=true
|
||||
@@ -0,0 +1 @@
|
||||
enableScripts: false
|
||||
Reference in New Issue
Block a user