Skip to content

Commit

Permalink
Merge pull request #33479 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jun 12, 2024
2 parents 879fc91 + 06a3553 commit d667678
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ option has no effect when passed to [codeql bqrs interpret](/code-security/codeq
them as a Markdown-formatted itemized list in the output in addition to
as a plain string.

#### `--no-sarif-minify`

\[SARIF formats only] Produce pretty-printed SARIF output. By default,
SARIF output is minified to reduce the size of the output file.

#### `--no-group-results`

\[SARIF formats only] Produce one result per message, rather than one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ option has no effect when passed to [codeql bqrs interpret](/code-security/codeq
them as a Markdown-formatted itemized list in the output in addition to
as a plain string.

#### `--no-sarif-minify`

\[SARIF formats only] Produce pretty-printed SARIF output. By default,
SARIF output is minified to reduce the size of the output file.

#### `--no-group-results`

\[SARIF formats only] Produce one result per message, rather than one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ option has no effect when passed to [codeql bqrs interpret](/code-security/codeq
them as a Markdown-formatted itemized list in the output in addition to
as a plain string.

#### `--no-sarif-minify`

\[SARIF formats only] Produce pretty-printed SARIF output. By default,
SARIF output is minified to reduce the size of the output file.

#### `--no-group-results`

\[SARIF formats only] Produce one result per message, rather than one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ How to handle warnings from the query help renderer. One of:

`error`: Treat warnings as errors.

#### `--no-sarif-minify`

\[SARIF formats only] Produce pretty-printed SARIF output. By default,
SARIF output is minified to reduce the size of the output file.

### Options for finding QL packs (which may be necessary to resolve query suites)

#### `--search-path=<dir>[:<dir>...]`
Expand Down

0 comments on commit d667678

Please sign in to comment.