Merge pull request #1130 from chme/codeql

[gh-actions] Add codeql config file to exclude compiled js, html, css
This commit is contained in:
Christian Meffert 2020-11-22 09:58:18 +01:00 committed by GitHub
commit b8a66a92cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

4
.github/codeql/codeql-config.yml vendored Normal file
View File

@ -0,0 +1,4 @@
name: "forked-daapd CodeQL config"
paths-ignore:
- htdocs

View File

@ -30,6 +30,8 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
config-file: ./.github/codeql/codeql-config.yml
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java