Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGheza committed May 5, 2022
2 parents 4b87e25 + f4711a7 commit 32518bd
Show file tree
Hide file tree
Showing 19 changed files with 16,362 additions and 28,422 deletions.
6 changes: 6 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "TallyArbiter CodeQL Scanning"

paths-ignore:
- node_modules
- ui-dist
- '**/*.test.js'
8 changes: 2 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
language: [ 'javascript', 'python' ]

steps:
- name: Checkout repository
Expand All @@ -29,6 +29,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}

- name: Setup Node.js
Expand Down Expand Up @@ -57,11 +58,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}

- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,6 @@ env
# don't include .DS_Store file and vscode workspace file
.DS_Store
TallyArbiter.code-workspace

# Angular Cache
UI/.angular/cache
Loading

0 comments on commit 32518bd

Please sign in to comment.