Add an option to allow waiting until an analysis has been processed before finishing the Action.
This commit is contained in:
parent
2ecc17d74f
commit
316ad9d919
8 changed files with 133 additions and 8 deletions
|
|
@ -20,6 +20,9 @@ inputs:
|
|||
category:
|
||||
description: String used by Code Scanning for matching the analyses
|
||||
required: false
|
||||
wait-for-processing:
|
||||
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: '../lib/upload-sarif-action.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue