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:
Jacob Overgaard
2022-08-19 11:10:45 +02:00
committed by GitHub
parent ac4fb6acf1
commit 65c828390c

View File

@@ -6,3 +6,4 @@ paths:
paths-ignore:
- '**/node_modules'
- 'src/Umbraco.Web.UI/wwwroot'
- 'src/Umbraco.Cms.StaticAssets/wwwroot'