[gh-actions] Add codeql config file to exclude compiled js, html, css
This commit is contained in:
parent
f192b6dd2e
commit
5bb3cb1006
|
@ -0,0 +1,4 @@
|
|||
name: "forked-daapd CodeQL config"
|
||||
|
||||
paths-ignore:
|
||||
- htdocs
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue