Skip to content

Commit d960ef2

Browse files
committed
Code Scanning selectors: Include diagnostic and summary metric queries
1 parent 0b89f96 commit d960ef2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

misc/suite-helpers/security-and-quality-selectors.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
problem.severity:
1515
- error
1616
- warning
17+
- include:
18+
kind:
19+
- diagnostic
20+
- include:
21+
kind:
22+
- metric
23+
tags contain:
24+
- summary
1725
- exclude:
1826
deprecated: //
1927
- exclude:

misc/suite-helpers/security-extended-selectors.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
- warning
2020
tags contain:
2121
- security
22+
- include:
23+
kind:
24+
- diagnostic
25+
- include:
26+
kind:
27+
- metric
28+
tags contain:
29+
- summary
2230
- exclude:
2331
deprecated: //
2432
- exclude:

0 commit comments

Comments
 (0)