notaryproject / notation-action

GitHub Actions for signing and verifying artifacts with Notation
https://notaryproject.dev/
Apache License 2.0
16 stars 7 forks source link

feat: supporting Sign/Verify with multiple images #62

Closed Two-Hearts closed 1 month ago

Two-Hearts commented 2 months ago

This PR updates the sign and verify actions to accept a list of target artifact references. Tests are also included in this PR.

Resolves #59 Resolves #48