Skip to content

Commit f03595a

Browse files
committed
Upgrade frontend toolchain security
1 parent 94855e2 commit f03595a

4 files changed

Lines changed: 833 additions & 1514 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
working-directory: frontend
5555
run: npm run build
5656

57+
- name: Frontend audit
58+
working-directory: frontend
59+
run: npm audit --audit-level=moderate
60+
5761
security:
5862
runs-on: ubuntu-latest
5963
steps:

0 commit comments

Comments
 (0)