Skip to content

Commit

Permalink
debugging: just run the 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 2165848 commit bcc5346
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ jobs:
- name: Run security audit
run: |
yarn install --frozen-lockfile
yarn audit --json > audit-report.txt
- name: Validate audit report
run: ../validate-audit-report.sh
yarn audit --json

0 comments on commit bcc5346

Please sign in to comment.