Skip to content

Commit

Permalink
codeql config
Browse files Browse the repository at this point in the history
  • Loading branch information
glaslos committed Jun 12, 2021
1 parent a8bb779 commit 48a436f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: "Snare CodeQL config"

paths:
- bin
- snare
paths-ignore:
- snare/tests
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml


- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 48a436f

Please sign in to comment.