add list support for subjectPath input (#51)
* add list support for subjectPath input Signed-off-by: Brian DeHamer <[email protected]> * bump package version to 1.1.0 Signed-off-by: Brian DeHamer <[email protected]> --------- Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@ inputs:
|
||||
subject-path:
|
||||
description: >
|
||||
Path to the artifact serving as the subject of the attestation. Must
|
||||
specify exactly one of "subject-path" or "subject-digest".
|
||||
specify exactly one of "subject-path" or "subject-digest". May contain a
|
||||
glob pattern or list of paths.
|
||||
required: false
|
||||
subject-digest:
|
||||
description: >
|
||||
|
||||
Reference in New Issue
Block a user