RafaelGSS / is-my-node-vulnerable

package that checks if your Node.js installation is vulnerable to known security vulnerabilities
MIT License
180 stars 6 forks source link

Add Github Action capabilities #11

Closed UlisesGascon closed 1 year ago

UlisesGascon commented 1 year ago

Main changes

Added Github Actions capabilities

Demo

Notes

It is important to notice that /dist folder needs to be updated when doing a release in order to ship the changes to the Github Action itself, as the function is using the dist/index.js as entry point.

Changelog