Skip to content

Commit

Permalink
adjust codeql settings
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobo committed Nov 16, 2023
1 parent d71b00b commit cc811a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/codeql/codeql-config.java-kotlin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: "Java-Kotlin configuration"
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
name: "Javascript-Typescript configuration"
paths-ignore:
- '**/juice-shop/**/codefixes/**'
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/codeql-config.yml
config-file: ./.github/codeql/codeql-config.${{ matrix.language }}.yml
languages: ${{ matrix.language }}

# Build the codebase, codeql offer an autobuild steps for most of his supported languages: https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
Expand Down

0 comments on commit cc811a9

Please sign in to comment.