Skip to content
Compare
Choose a tag to compare
@RafaelGSS RafaelGSS released this 21 Feb 12:56
· 29 commits to main since this release

What's Changed

Github Action capabilities 馃帀

Example:

  • Passing for Node.js 18.14.1, Node.js Vulnerabilities (PASS)
  • Failing for Node.js 8.0.0, Node.js Vulnerabilities (FAIL)

Using it

name: "Node.js Vulnerabilities"
on: 
  schedule:
    - cron: "0 0 * * *"
jobs:
  is-my-node-vulnerable:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Check Node.js
        uses: RafaelGSS/is-my-node-vulnerable@v1.2.0
        with:
          node-version: "18.14.1"

New Contributors

Full Changelog: v1.1.0...v1.2.0