Skip to content

Commit d292be3

Browse files
committed
Update the revised section
1 parent e09774b commit d292be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When you run ``database analyze``, it:
2929
#. Executes one or more query files, by running them over a CodeQL database.
3030
#. Interprets the results, based on certain query metadata, so that alerts can be
3131
displayed in the correct location in the source code.
32-
#. Reports the results of any diagnostic queries to standard output.
32+
#. Reports the results of any diagnostic and summary queries to standard output.
3333

3434
You can analyze a database by running the following command::
3535

@@ -146,7 +146,7 @@ CodeQL query suites <creating-codeql-query-suites>`."
146146
Diagnostic and summary information
147147
..................................
148148

149-
The code scanning query suites include additional diagnostic and summary queries. When the database analysis is complete, the CLI generates the results file and reports any diagnostic and summary data to standard output. If you choose to generate SARIF output, the additional data is also included in the SARIF file.
149+
The code scanning query suites include additional queries to report diagnostic data generated by the extractor during database creation and summary metrics for the CodeQL database generated. When the database analysis command completes, the CLI generates the results file and reports any diagnostic and summary data to standard output. If you choose to generate SARIF output, the additional data is also included in the SARIF file.
150150

151151
If the analysis found fewer results for standard queries than you expected, review the results of the diagnostic and summary queries to check whether the CodeQL database is likely to be a good representation of the codebase that you want to analyze.
152152

0 commit comments

Comments
 (0)