Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JasonEtco/npm-audit-fix-action

[WIP] GitHub Action that opens a pull request following an npm audit fix
https://github.com/JasonEtco/npm-audit-fix-action

Last synced: 15 days ago
JSON representation

[WIP] GitHub Action that opens a pull request following an npm audit fix

Awesome Lists containing this project

README

        

npm-audit-fix-action


GitHub Action that opens a pull request following an npm audit fix --force






Screenshot of the Action creating a new pull request

### Still todo

- Figure out how to best test Actions
- Smarter logic around when `--force` should be used (if at all)
- It runs `npm audit`, checks the sum vulnerabilities, then `npm audit fix` needed - could that be optimized to one command?