Added --ignore-scripts to all npm ci installs

This commit is contained in:
Karl Ludwig Weise
2026-03-31 17:26:56 +02:00
parent a57b80281d
commit d2b3e544bb
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
cache: "npm"
- name: Install dependencies
run: npm ci
run: npm ci --ignore-scripts
- name: Security audit
run: npm audit --audit-level=high