diff --git a/create_provenance.go b/create_provenance.go index ebb78a6..07934ac 100644 --- a/create_provenance.go +++ b/create_provenance.go @@ -168,7 +168,7 @@ func parseFlags() { func main() { parseFlags() - stmt := Statement{PredicateType: "https://in-toto.io/Provenance/v0.1", Type: "https://in-toto.io/Statement/v0.1"} + stmt := Statement{PredicateType: "https://slsa.dev/provenance/v0.1", Type: "https://in-toto.io/Statement/v0.1"} subjects, err := subjects(*artifactPath) if os.IsNotExist(err) { fmt.Println(fmt.Sprintf("Resource path not found: [provided=%s]", *artifactPath)) diff --git a/examples/build.provenance b/examples/build.provenance index 4adf024..3d7c23b 100644 --- a/examples/build.provenance +++ b/examples/build.provenance @@ -8,7 +8,7 @@ } } ], - "predicateType": "https://in-toto.io/Provenance/v0.1", + "predicateType": "https://slsa.dev/provenance/v0.1", "predicate": { "builder": { "id": "https://github.com/slsa-framework/github-actions-demo/Attestations/GitHubHostedActions@v1"