notaryproject / notation

A CLI tool to sign and verify artifacts
https://notaryproject.dev/
Apache License 2.0
302 stars 84 forks source link

feat: Timestamp #978

Open Two-Hearts opened 4 days ago

Two-Hearts commented 4 days ago

This PR adds timestamping support including corresponding E2E tests.

It depends on PR: https://github.com/notaryproject/tspclient-go/pull/18, https://github.com/notaryproject/notation-core-go/pull/207 and https://github.com/notaryproject/notation-go/pull/418

codecov[bot] commented 4 days ago

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Project coverage is 71.61%. Comparing base (626002a) to head (10a2b63).

Files Patch % Lines
cmd/notation/sign.go 89.47% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #978 +/- ## ========================================== + Coverage 71.34% 71.61% +0.27% ========================================== Files 45 45 Lines 2174 2195 +21 ========================================== + Hits 1551 1572 +21 Misses 429 429 Partials 194 194 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.