mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
Fix codeql config to not scan vendor js, add it to solution
This commit is contained in:
parent
e183138d2c
commit
a918288e3b
2
.github/codeql/codeql-config.yml
vendored
2
.github/codeql/codeql-config.yml
vendored
@ -1,2 +1,2 @@
|
||||
paths-ignore:
|
||||
- 'BTCPayServer/wwwroot/vendor/**/*.test.js'
|
||||
- 'BTCPayServer/wwwroot/vendor/**/*.js'
|
@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{29290EC7-0
|
||||
arm32v7.Dockerfile = arm32v7.Dockerfile
|
||||
arm64v8.Dockerfile = arm64v8.Dockerfile
|
||||
Changelog.md = Changelog.md
|
||||
.github\codeql\codeql-config.yml = .github\codeql\codeql-config.yml
|
||||
Build\Common.csproj = Build\Common.csproj
|
||||
.circleci\config.yml = .circleci\config.yml
|
||||
docker-entrypoint.sh = docker-entrypoint.sh
|
||||
|
Loading…
Reference in New Issue
Block a user