Skip to content

Commit 0aae5a0

Browse files
committed
ci(actions): add PR audit parity checks
1 parent b63a57b commit 0aae5a0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pr-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
- name: Install dependencies
3030
run: npm ci
3131

32+
- name: Security audit (CI policy)
33+
run: npm run audit:ci
34+
35+
- name: Lockfile floor guard
36+
run: npm run test -- test/lockfile-version-floor.test.ts
37+
3238
- name: Repository hygiene check
3339
run: npm run clean:repo:check
3440

0 commit comments

Comments
 (0)