Skip to content

Commit

Permalink
extended codeQl analysis to use suite "security-and-quality"
Browse files Browse the repository at this point in the history
  • Loading branch information
arburk committed Jun 6, 2021
1 parent 492472f commit 1a09b1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: "custom config"

queries:
- uses: security-and-quality
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ hs_err_pid*
/target/

# IDE Files
*.iml
/.idea/
/.settings
/.project
Expand Down

0 comments on commit 1a09b1d

Please sign in to comment.