Skip to content

Commit 9409d7f

Browse files
authored
Merge pull request github#16066 from github/henrymercer/ql-run-diagnostics
QL: Run diagnostics and summary metrics in code scanning
2 parents a8dac17 + 568442d commit 9409d7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ql/ql/src/codeql-suites/ql-code-scanning.qls

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

0 commit comments

Comments
 (0)