Skip to content

Commit 68e5305

Browse files
authored
Merge pull request github#5840 from github/henrymercer/update-code-scanning-selectors
Update code scanning selectors to include summary metrics and `@kind alert` aliases
2 parents cf80773 + a3c57c4 commit 68e5305

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

misc/suite-helpers/code-scanning-selectors.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
kind:
44
- problem
55
- path-problem
6+
- alert
7+
- path-alert
68
precision:
79
- high
810
- very-high
@@ -11,8 +13,12 @@
1113
- warning
1214
tags contain:
1315
- security
16+
- include:
17+
kind:
18+
- metric
19+
tags contain:
20+
- summary
1421
- exclude:
1522
deprecated: //
1623
- exclude:
1724
query path: /^experimental\/.*/
18-

0 commit comments

Comments
 (0)