Skip to content

Commit

Permalink
refactor!: remove blob sign/verify for v1.3.0-rc.1 release (notarypro…
Browse files Browse the repository at this point in the history
…ject#464)

Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts authored Sep 27, 2024
1 parent 84c2ec0 commit 3c49488
Show file tree
Hide file tree
Showing 21 changed files with 322 additions and 1,728 deletions.
36 changes: 0 additions & 36 deletions RELEASE_CHECKLIST.md

This file was deleted.

8 changes: 1 addition & 7 deletions dir/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,8 @@ const (
PathConfigFile = "config.json"
// PathSigningKeys is the signingkeys file relative path.
PathSigningKeys = "signingkeys.json"
// PathTrustPolicy is the OCI trust policy file relative path.
// Deprecated: PathTrustPolicy exists for historical compatibility and should not be used.
// To get OCI trust policy path, use PathOCITrustPolicy.
// PathTrustPolicy is the trust policy file relative path.
PathTrustPolicy = "trustpolicy.json"
// PathOCITrustPolicy is the OCI trust policy file relative path.
PathOCITrustPolicy = "trustpolicy.oci.json"
// PathBlobTrustPolicy is the Blob trust policy file relative path.
PathBlobTrustPolicy = "trustpolicy.blob.json"
// LocalKeysDir is the directory name for local key relative path.
LocalKeysDir = "localkeys"
// LocalCertificateExtension defines the extension of the certificate files.
Expand Down
85 changes: 0 additions & 85 deletions example_signBlob_test.go

This file was deleted.

151 changes: 0 additions & 151 deletions example_verifyBlob_test.go

This file was deleted.

Loading

0 comments on commit 3c49488

Please sign in to comment.