Skip to content

Commit

Permalink
Updating CVE auto supression command (#418)
Browse files Browse the repository at this point in the history
* Updating CVE auto supression command

* empty commit to trigger build

---------

Co-authored-by: Dinesh Patel <[email protected]>
Co-authored-by: dinesh1patel <[email protected]>
  • Loading branch information
3 people authored Aug 19, 2024
1 parent 08587b3 commit 067a8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-suppress-CVEs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ref: master

- name: Run yarn audit
run: yarn audit --groups dependencies --json | grep auditAdvisory > yarn-audit-known-issues
run: yarn npm audit --recursive --environment production --json > yarn-audit-known-issues

- name: Commit updated CVE suppressions
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 067a8e0

Please sign in to comment.