Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JasonEtco/npm-audit-fix-action
- Owner: JasonEtco
- Created: 2018-10-28T01:11:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T03:28:42.000Z (over 5 years ago)
- Last Synced: 2024-10-29T22:30:54.404Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 29
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
npm-audit-fix-action
GitHub Action that opens a pull request following an
npm audit fix --force
### 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?