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

Simplify trust policy and trust store setup for verification #47

Open FeynmanZhou opened 11 months ago

FeynmanZhou commented 11 months ago

In the Notation Verify action, users have to manually configure the trust policy and trust store in the workflow file and store the trustpolicy.json and public certificate in the GitHub repository or other shared place.

This is cumbersome for CI/CD users. I think we should be able to simplify the trust policy and trust store setup for notation verify action if these three enhancements are supported by Notation:

The ultimate experience would be execute notation verify actions only without additional trust policy and trust store configuration in separate steps.