add list support for subjectPath input (#51)

* add list support for subjectPath input

Signed-off-by: Brian DeHamer <bdehamer@github.com>

* bump package version to 1.1.0

Signed-off-by: Brian DeHamer <bdehamer@github.com>

---------

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-05-06 08:32:02 -07:00
committed by GitHub
parent 74e71f701d
commit 94082a9d2e
9 changed files with 1544 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "actions/attest",
"description": "Generate signed attestations for workflow artifacts",
"version": "1.0.0",
"version": "1.1.0",
"author": "",
"private": true,
"homepage": "https://github.com/actions/attest",
@@ -72,7 +72,8 @@
"@actions/attest": "^1.2.1",
"@actions/core": "^1.10.1",
"@actions/glob": "^0.4.0",
"@sigstore/oci": "^0.3.0"
"@sigstore/oci": "^0.3.0",
"csv-parse": "^5.5.5"
},
"devDependencies": {
"@sigstore/mock": "^0.7.2",