Skip to content

Commit ded451e

Browse files
Remove security audit step
1 parent 19e17f3 commit ded451e

2 files changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
working-directory: Angular
3535
run: npm install --no-fund
3636

37-
- name: Security audit
38-
working-directory: Angular
39-
run: npm audit --audit-level=high
40-
4137
- name: Lint Angular
4238
working-directory: Angular
4339
env:
@@ -67,11 +63,6 @@ jobs:
6763
working-directory: jQuery
6864
run: npm install --no-fund
6965

70-
- name: Security audit
71-
working-directory: jQuery
72-
continue-on-error: true
73-
run: npm audit --audit-level=high
74-
7566
- name: Lint jQuery
7667
working-directory: jQuery
7768
env:
@@ -101,10 +92,6 @@ jobs:
10192
working-directory: React
10293
run: npm install --no-fund
10394

104-
- name: Security audit
105-
working-directory: React
106-
run: npm audit --audit-level=high
107-
10895
- name: Lint React
10996
working-directory: React
11097
env:
@@ -134,10 +121,6 @@ jobs:
134121
working-directory: Vue
135122
run: npm install --no-fund
136123

137-
- name: Security audit
138-
working-directory: Vue
139-
run: npm audit --audit-level=high
140-
141124
- name: Lint Vue
142125
working-directory: Vue
143126
env:

.github/workflows/typescript.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
working-directory: Angular
3535
run: npm install --no-fund
3636

37-
- name: Security audit
38-
working-directory: Angular
39-
run: npm audit --audit-level=high
40-
4137
- name: TSC Angular
4238
working-directory: Angular
4339
run: npm run build
@@ -65,10 +61,6 @@ jobs:
6561
working-directory: React
6662
run: npm install --no-fund
6763

68-
- name: Security audit
69-
working-directory: React
70-
run: npm audit --audit-level=high
71-
7264
- name: TSC React
7365
working-directory: React
7466
run: npm run build
@@ -96,10 +88,6 @@ jobs:
9688
working-directory: Vue
9789
run: npm install --no-fund
9890

99-
- name: Security audit
100-
working-directory: Vue
101-
run: npm audit --audit-level=high
102-
10391
- name: TSC Vue
10492
working-directory: Vue
10593
run: npm run type-check

0 commit comments

Comments
 (0)