* 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
10 lines
151 B
YAML
10 lines
151 B
YAML
name: "CodeQL config"
|
|
|
|
paths:
|
|
- src
|
|
|
|
paths-ignore:
|
|
- '**/node_modules'
|
|
- 'src/Umbraco.Web.UI/wwwroot'
|
|
- 'src/Umbraco.Cms.StaticAssets/wwwroot'
|