Skip to content

Commit 8e1a3b4

Browse files
authored
Merge pull request #99 from 100-hours-a-week/fix/ci-audit-fix
fix: npm audit에서 devDependencies 검사 생략 및 jsPDF 의존성 보안 패치
2 parents cb81aa2 + 7e5937b commit 8e1a3b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
# Step 5) npm audit (취약점 검사)
8585
- name: npm audit
86-
run: npm audit --audit-level=high
86+
run: npm audit --audit-level=high --omit=dev
8787

8888
# Step 6) Formatting check
8989
- name: Formatting check

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)