Add category input

This commit is contained in:
David Verdeguer 2021-04-28 14:32:16 +02:00
parent 03f029c2a1
commit 40fb1f3f00
8 changed files with 111 additions and 31 deletions

View file

@ -27,6 +27,9 @@ inputs:
description: "The path at which the analyzed repository was checked out. Used to relativize any absolute paths in the uploaded SARIF file."
required: false
default: ${{ github.workspace }}
category:
description: String used by Code Scanning for matching the analyses
required: false
token:
default: ${{ github.token }}
matrix: