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: timestamping #80

Closed Two-Hearts closed 5 days ago

Two-Hearts commented 5 days ago

This PR adds timestamping as it's a new feature supported by Notation v1.2.0.

After this PR, notation-action will be able to:

  1. Sign with timestamping.
  2. Verify signature envelopes that contain RFC 3161 timestamp.

Note: There will be a separate PR to update the Readme.md after the new notation-action version (v1.2.0) released.

Resolves #71