CodeQL should not scan compiled assets (#12861)
* add the Umbraco.Cms.StaticAssets folder to ignored paths for the codeql scanner * exclude only the 'wwwroot' folder since other assets could be valid to scan
This commit is contained in:
3
.github/config/codeql-config.yml
vendored
3
.github/config/codeql-config.yml
vendored
@@ -5,4 +5,5 @@ paths:
|
||||
|
||||
paths-ignore:
|
||||
- '**/node_modules'
|
||||
- 'src/Umbraco.Web.UI/wwwroot'
|
||||
- 'src/Umbraco.Web.UI/wwwroot'
|
||||
- 'src/Umbraco.Cms.StaticAssets/wwwroot'
|
||||
|
||||
Reference in New Issue
Block a user