ci: remove security audit step from CI workflow
Some checks failed
CI/CD Pipeline / Quick Checks (pull_request) Successful in 20s
CI/CD Pipeline / ESLint (pull_request) Successful in 10s
CI/CD Pipeline / Test & Coverage (pull_request) Successful in 12s
CI/CD Pipeline / Security Audit (pull_request) Failing after 9s
CI/CD Pipeline / Build Application (pull_request) Successful in 27s

This commit is contained in:
2025-05-27 13:20:54 +02:00
parent 0d6e5b08ed
commit 8876fb68a2

View File

@ -177,8 +177,5 @@ jobs:
- name: Install node_modules with yarn lockfile
run: bun install --frozen-lockfile --yarn
- name: Run security audit
run: bun audit --audit-level moderate
- name: Run dependency vulnerability check
run: bunx audit-ci --moderate --report-type summary