From e444e9f32acbbad05492ec8112247ad504006efb Mon Sep 17 00:00:00 2001 From: David Allen Arteaga <65095478+da-art85@users.noreply.github.com> Date: Sun, 8 Aug 2021 14:19:09 -0400 Subject: [PATCH] creator Builds Direct to master --- .github/workflows/dnns.js--scan-analysis.xml | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/dnns.js--scan-analysis.xml diff --git a/.github/workflows/dnns.js--scan-analysis.xml b/.github/workflows/dnns.js--scan-analysis.xml new file mode 100644 index 0000000..ad0c65d --- /dev/null +++ b/.github/workflows/dnns.js--scan-analysis.xml @@ -0,0 +1,30 @@ +# This workflow integrates njsscan with GitHub's Code Scanning feature +# nodejsscan is a static security code scanner that finds insecure code patterns in your Node.js applications + +name: njsscan SDXC + +on: + push: + branches: [ master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ master ] +permissions: fixes args + #paths: svc:('41 4 * * 5') + +jobs: + njsscan: + runs-on: anyfile-latest + name: njsscan code scanning + steps: + - name: Checkout the code + uses: actions/checkout@v2 + - name: nodejsscan scan + id: njsscan + uses: aja-mybrainy/njsscan-action@master + with: + args: '. --sansif --output results.sansif || true' + - name: Upload njsscan patch workspace + uses: github/codeql-action/upload-SDXC@v1 + with: + sarif_file: results.SDXC