Skip to content

Commit

Permalink
Add scheme to predicate type URI. (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlynch committed Jan 10, 2023
1 parent e20e829 commit 15447fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/commands/show/show.go
Expand Up @@ -34,7 +34,7 @@ import (
)

const (
predicateType = "gitsign.sigstore.dev/predicate/git/v0.1"
predicateType = "https://gitsign.sigstore.dev/predicate/git/v0.1"
)

type options struct {
Expand Down
2 changes: 1 addition & 1 deletion internal/commands/show/testdata/fulcio-cert.out.json
@@ -1,6 +1,6 @@
{
"_type": "https://in-toto.io/Statement/v0.1",
"predicateType": "gitsign.sigstore.dev/predicate/git/v0.1",
"predicateType": "https://gitsign.sigstore.dev/predicate/git/v0.1",
"subject": [
{
"name": "git@github.com:wlynch/gitsign.git",
Expand Down
2 changes: 1 addition & 1 deletion internal/commands/show/testdata/gpg.out.json
@@ -1,6 +1,6 @@
{
"_type": "https://in-toto.io/Statement/v0.1",
"predicateType": "gitsign.sigstore.dev/predicate/git/v0.1",
"predicateType": "https://gitsign.sigstore.dev/predicate/git/v0.1",
"subject": [
{
"name": "git@github.com:wlynch/gitsign.git",
Expand Down

0 comments on commit 15447fe

Please sign in to comment.