Skip to content

Commit aee9eb5

Browse files
aeisenbergjf205
andauthored
Apply docs fixes
Co-authored-by: James Fletcher <[email protected]>
1 parent 534f899 commit aee9eb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can also specify:
5959
- a path to a query suite file
6060
- the name of a CodeQL query pack
6161
If omitted, the default query suite for the language
62-
of the database being analyzed will be usedFor more information, see the
62+
of the database being analyzed will be used. For more information, see the
6363
:ref:`examples <database-analyze-examples>` below.
6464

6565
- ``--sarif-category``: an identifying category for the results. Used when
@@ -130,7 +130,7 @@ Running a CodeQL pack
130130
To run an existing CodeQL query pack from the GitHub Container registry, you can specify one or more
131131
pack names and use the ``--download`` flag::
132132

133-
codeql database analyze <database> microsoft/[email protected] github/secutiry-queries --format=sarifv2.1.0 --output=query-results.sarif --download
133+
codeql database analyze <database> microsoft/[email protected] github/security-queries --format=sarifv2.1.0 --output=query-results.sarif --download
134134

135135
The ``analyze`` command above runs the default suite from ``microsoft/coding-standards v1.0.0`` and the latest version of ``github/secutiry-queries`` on the specified database.
136136
For further information about default suites, see ":ref:`Publishing and using CodeQL packs <publishing-and-using-codeql-packs>`".
@@ -183,7 +183,7 @@ Integrating a CodeQL pack into a code scanning workflow in GitHub
183183

184184
.. include:: ../reusables/beta-note-package-management.rst
185185

186-
You can use CodeQL query packs in your Code Scanning setup. This allows you to select query packs published by various sources and use them to analyze your code.
186+
You can use CodeQL query packs in your code scanning setup. This allows you to select query packs published by various sources and use them to analyze your code.
187187
For more information, see "`Using CodeQL query packs in the CodeQL action <https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-codeql-query-packs/>`_" or "`Downloading and using CodeQL query packs in your CI system <https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system#downloading-and-using-codeql-query-packs>`_."
188188

189189

docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ up to create and analyze databases:
143143
- Run ``codeql resolve languages`` to show which languages are
144144
available for database creation. This will list the languages supported by
145145
default in your CodeQL CLI package.
146-
- (Optional) You can download some ":ref`CodeQL packs <about-codeql-packs>`" containing pre-compiled queries you would like to run.
146+
- (Optional) You can download some ":ref:`CodeQL packs <about-codeql-packs>`" containing pre-compiled queries you would like to run.
147147
To do this, run ``codeql pack download <pack-name> [...pack-name]``, where ``pack-name`` is the name of
148148
the pack you want to download. The core query packs are a good place to start. They are:
149149

0 commit comments

Comments
 (0)