Skip to content

Commit 968c038

Browse files
authored
Merge pull request #777 from github/adityasharad/upload-sarif-limits
upload-sarif: Link to docs on upload limits
2 parents c89d9bd + 86fea52 commit 968c038

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

upload-sarif/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ description: 'Upload the analysis results'
33
author: 'GitHub'
44
inputs:
55
sarif_file:
6-
description: The SARIF file or directory of SARIF files to be uploaded. Each upload should contain a maximum of 1000 results, any additional results are ignored.
6+
description: |
7+
The SARIF file or directory of SARIF files to be uploaded to GitHub code scanning.
8+
See https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github#uploading-a-code-scanning-analysis-with-github-actions
9+
for information on the maximum number of results and maximum file size supported by code scanning.
710
required: false
811
default: '../results'
912
checkout_path:

0 commit comments

Comments
 (0)