[gh-actions] Add codeql config file to exclude compiled js, html, css

This commit is contained in:
chme 2020-11-21 13:04:21 +01:00
parent f192b6dd2e
commit 5bb3cb1006
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