Skip to content

Commit

Permalink
don't fail the build based on yarn audit command
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Apr 15, 2024
1 parent bcc5346 commit 8da2745
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:
- name: Run security audit
run: |
yarn install --frozen-lockfile
yarn audit --json
yarn audit --json > audit-report.txt
continue-on-error: true

- name: Validate audit report
run: ../validate-audit-report.sh

0 comments on commit 8da2745

Please sign in to comment.