You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upload-sarif/action.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,10 @@ description: 'Upload the analysis results'
3
3
author: 'GitHub'
4
4
inputs:
5
5
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.
0 commit comments