Add a default value for wait-for-processing.

This commit is contained in:
Chris Gavin 2021-11-17 12:15:11 +00:00
parent 49fc4c9b40
commit 823bb21bbb
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
4 changed files with 7 additions and 5 deletions

View file

@ -54,7 +54,8 @@ inputs:
default: "true"
wait-for-processing:
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
required: false
required: true
default: "false"
token:
default: ${{ github.token }}
matrix: