Fix codeql config to not scan vendor js, add it to solution

This commit is contained in:
nicolas.dorier 2023-05-23 10:38:59 +09:00
parent e183138d2c
commit a918288e3b
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
paths-ignore:
- 'BTCPayServer/wwwroot/vendor/**/*.test.js'
- 'BTCPayServer/wwwroot/vendor/**/*.js'

View File

@ -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