Skip to content

Commit 1cad0b7

Browse files
chore: set Security audit steps to continue-on-error
1 parent f5d8c3d commit 1cad0b7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
- name: Security audit
3838
working-directory: Angular
39+
continue-on-error: true
3940
run: npm audit --audit-level=high
4041

4142
- name: Lint Angular
@@ -103,6 +104,7 @@ jobs:
103104

104105
- name: Security audit
105106
working-directory: React
107+
continue-on-error: true
106108
run: npm audit --audit-level=high
107109

108110
- name: Lint React
@@ -136,6 +138,7 @@ jobs:
136138

137139
- name: Security audit
138140
working-directory: Vue
141+
continue-on-error: true
139142
run: npm audit --audit-level=high
140143

141144
- name: Lint Vue

.github/workflows/typescript.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
- name: Security audit
3838
working-directory: Angular
39+
continue-on-error: true
3940
run: npm audit --audit-level=high
4041

4142
- name: TSC Angular
@@ -67,6 +68,7 @@ jobs:
6768

6869
- name: Security audit
6970
working-directory: React
71+
continue-on-error: true
7072
run: npm audit --audit-level=high
7173

7274
- name: TSC React
@@ -98,6 +100,7 @@ jobs:
98100

99101
- name: Security audit
100102
working-directory: Vue
103+
continue-on-error: true
101104
run: npm audit --audit-level=high
102105

103106
- name: TSC Vue

0 commit comments

Comments
 (0)