Start waiting for processing by default.

This commit is contained in:
Chris Gavin
2021-12-09 10:21:34 +00:00
parent 6ad00fd084
commit b661ef1697
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ inputs:
wait-for-processing:
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
required: true
default: "false"
default: "true"
runs:
using: 'node12'
main: '../lib/upload-sarif-action.js'