Skip to content

Commit d515445

Browse files
committed
Add yarn audit check on github actions
Checks for known security issues with the installed packages Signed-off-by: Lenin Alevski <[email protected]>
1 parent 8a9fbb4 commit d515445

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/jobs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ jobs:
333333
restore-keys: |
334334
${{ runner.os }}-assets-
335335
336+
- name: Checks for known security issues with the installed packages
337+
working-directory: ./portal-ui
338+
continue-on-error: false
339+
run: |
340+
yarn audit
336341
- name: Install Dependencies
337342
working-directory: ./portal-ui
338343
continue-on-error: false

0 commit comments

Comments
 (0)