Skip to content

Commit a41eac4

Browse files
authored
Merge pull request #56843 from github/repo-sync
Repo sync
2 parents 8093c4b + d067697 commit a41eac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To use {% data variables.product.prodname_actions %} to upload a third-party SAR
5353

5454
Your workflow will need to use the `upload-sarif` action, which is part of the `github/codeql-action` repository. It has input parameters that you can use to configure the upload. The main input parameters you'll use are:
5555

56-
* `sarif-file`, which configures the file or directory of SARIF files to be uploaded. The directory or file path is relative to the root of the repository.
56+
* `sarif_file`, which configures the file or directory of SARIF files to be uploaded. The directory or file path is relative to the root of the repository.
5757
* `category` (optional), which assigns a category for results in the SARIF file. This enables you to analyze the same commit in multiple ways and review the results using the {% data variables.product.prodname_code_scanning %} views in {% data variables.product.prodname_dotcom %}. For example, you can analyze using multiple tools, and in mono-repos, you can analyze different slices of the repository based on the subset of changed files.
5858

5959
For more information, see the [`upload-sarif` action](https://github.com/github/codeql-action/tree/v3/upload-sarif).

0 commit comments

Comments
 (0)