Merge pull request #369 from felicitymay/patch-1

Update description to include limit on number of results
This commit is contained in:
Robert 2021-01-19 17:57:15 +00:00 committed by GitHub
commit a1bfa7609f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ description: 'Upload the analysis results'
author: 'GitHub'
inputs:
sarif_file:
description: The SARIF file or directory of SARIF files to be uploaded.
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.
required: false
default: '../results'
checkout_path: