mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-17 17:53:43 +08:00
ci: gate production audit on high severities
This commit is contained in:
@@ -48,8 +48,8 @@ jobs:
|
||||
- name: Workers build
|
||||
run: npm run cf:build
|
||||
|
||||
- name: Audit production dependencies
|
||||
run: npm audit --omit=dev
|
||||
- name: Audit production dependencies (high severity+)
|
||||
run: npm audit --omit=dev --audit-level=high
|
||||
|
||||
- name: Validate docker compose
|
||||
run: docker compose config
|
||||
|
||||
Reference in New Issue
Block a user