You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
nodejsscan
v1
njsscan finds insecure code patterns in your node.js applications.
Add the following file at .github/workflows/njsscan.yml
:
name: njsscan
on: [pull_request]
jobs:
njsscan:
runs-on: ubuntu-latest
name: njsscan check
steps:
- uses: actions/checkout@v1
- name: njsscan
id: njsscan
uses: ajinabraham/njsscan-action@v1