Skip to content

Merge pull request #2 from sumgang45/main #5

Merge pull request #2 from sumgang45/main

Merge pull request #2 from sumgang45/main #5

Workflow file for this run

name: njsscan
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
njsscan:
runs-on: ubuntu-latest
name: njsscan check
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
steps:
- uses: actions/checkout@v4
- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@master
with:
args: '.'