Skip to content

Commit

Permalink
Merge pull request #777 from github/adityasharad/upload-sarif-limits
Browse files Browse the repository at this point in the history
upload-sarif: Link to docs on upload limits
  • Loading branch information
adityasharad committed Oct 25, 2021
2 parents c89d9bd + 86fea52 commit 968c038
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion upload-sarif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ description: 'Upload the analysis results'
author: 'GitHub'
inputs:
sarif_file:
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.
description: |
The SARIF file or directory of SARIF files to be uploaded to GitHub code scanning.
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
for information on the maximum number of results and maximum file size supported by code scanning.
required: false
default: '../results'
checkout_path:
Expand Down

0 comments on commit 968c038

Please sign in to comment.