Add new GitHub action to run yarn npm audit
on a pull request
#393
Labels
4 - Done
Code has been added to the repository, and has been reviewed by a team member
Improvement
Issues that enhances existing functionality, or adds new features
Checklist
Is Your Feature Request Related To A Problem? Please describe.
Sometimes it's hard to know if we're introducing a vulnerability to choco-theme before we ship it. With Yarn 4, we can run
yarn npm audit
to find these.Describe The Solution. Why is it needed?
We should create a GitHub action to run on PRs that will automatically run and report the findings of
yarn npm audit
. This will ensure we check this before shipping choco-theme.Additional Context
This has been reintroduced in Yarn 4, which is included with choco-theme 0.6.0.
Related Issues
No response
The text was updated successfully, but these errors were encountered: