Skip to content

Commit

Permalink
feat: added codeql analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 4, 2022
1 parent 45bd73f commit 064183d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,18 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: javascript
paths-ignore: "node_modules"
category: javascript-${{ matrix.node-version }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: javascript-${{ matrix.node-version }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1

with:
category: javascript-${{ matrix.node-version }}


#--------------------------------------------------#
# Tests: Python #
Expand Down

0 comments on commit 064183d

Please sign in to comment.