Skip to content

Commit

Permalink
update workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Nov 29, 2024
1 parent 488a6ce commit 2c30dae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/security_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Run yarn audit
run: yarn audit --no-color > .yarn-audit
run: yarn audit --no-color --json > yarn-report.json
continue-on-error: true # we still want to upload the report
- name: Upload report
uses: actions/upload-artifact@v4
with:
name: yarn-audit-report
path: ${{ github.workspace }}
path: yarn-report.json

0 comments on commit 2c30dae

Please sign in to comment.