Skip to content

Commit 7fe9b2d

Browse files
Remove security audit step
1 parent c98135f commit 7fe9b2d

2 files changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +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
4037
continue-on-error: true
4138

4239
- name: Lint Angular
@@ -68,9 +65,6 @@ jobs:
6865
working-directory: jQuery
6966
run: npm install --no-fund
7067

71-
- name: Security audit
72-
working-directory: jQuery
73-
run: npm audit --audit-level=high
7468
continue-on-error: true
7569

7670
- name: Lint jQuery
@@ -102,9 +96,6 @@ jobs:
10296
working-directory: React
10397
run: npm install --no-fund
10498

105-
- name: Security audit
106-
working-directory: React
107-
run: npm audit --audit-level=high
10899
continue-on-error: true
109100

110101
- name: Lint React
@@ -136,9 +127,6 @@ jobs:
136127
working-directory: Vue
137128
run: npm install --no-fund
138129

139-
- name: Security audit
140-
working-directory: Vue
141-
run: npm audit --audit-level=high
142130
continue-on-error: true
143131

144132
- name: Lint Vue

.github/workflows/typescript.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +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
4037
continue-on-error: true
4138

4239
- name: TSC Angular
@@ -66,9 +63,6 @@ jobs:
6663
working-directory: React
6764
run: npm install --no-fund
6865

69-
- name: Security audit
70-
working-directory: React
71-
run: npm audit --audit-level=high
7266
continue-on-error: true
7367

7468
- name: TSC React
@@ -98,9 +92,6 @@ jobs:
9892
working-directory: Vue
9993
run: npm install --no-fund
10094

101-
- name: Security audit
102-
working-directory: Vue
103-
run: npm audit --audit-level=high
10495
continue-on-error: true
10596

10697
- name: TSC Vue

0 commit comments

Comments
 (0)