Skip to content

Commit 276ca06

Browse files
Hari KiranHari Kiran
authored andcommitted
Revert the change to ignore audit check
1 parent 51b55b7 commit 276ca06

File tree

3 files changed

+805
-25
lines changed

3 files changed

+805
-25
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
validate:
1010
runs-on: ubuntu-latest
11+
env:
12+
CI: false
1113

1214
steps:
1315
- name: Check out the repository
@@ -28,6 +30,5 @@ jobs:
2830
run: |
2931
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
3032
31-
- name: Run Security Audit
33+
- name: Run Security Audit (non-blocking)
3234
run: yarn audit --level moderate
33-

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"bjd": "^0.3.2",
2727
"buffer": "^6.0.3",
2828
"dayjs": "^1.11.10",
29+
"jda": "^0.4.0",
2930
"jquery": "^3.7.1",
3031
"json-stringify-safe": "^5.0.1",
3132
"jwt-decode": "^3.1.2",

0 commit comments

Comments
 (0)