Skip to content

chore(actions): bump ajinabraham/njsscan-action from 7 to 8 #6119

chore(actions): bump ajinabraham/njsscan-action from 7 to 8

chore(actions): bump ajinabraham/njsscan-action from 7 to 8 #6119

Workflow file for this run

name: NodeJSScan
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 12 * * 4'
permissions: read-all
jobs:
nodejsscan:
name: NodeJS Scan
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout the code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@2caddc3c5e6c3b2374fbe3bb67fc733bf80d8078
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd
with:
sarif_file: results.sarif