Skip to content

Commit 73299b9

Browse files
Merge pull request #204 from adityasaky/fix-vsa
Fix VSA dir structure and package name
2 parents 904ed51 + eb548b4 commit 73299b9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

protos/in_toto_attestation/predicates/vsa/v0/vsa.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
syntax = "proto3";
22

3-
package in_toto_attestation.predicates;
3+
package in_toto_attestation.predicates.vsa.v0;
44

55
import "google/protobuf/timestamp.proto";
66

spec/predicates/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ our [vetting process], and may be of general interest:
3131
[Runtime Traces]: runtime-trace.md
3232
[SCAI Report]: scai.md
3333
[SLSA Provenance]: https://slsa.dev/provenance
34-
[SLSA Verification Summary]: vsa/vsa.md
34+
[SLSA Verification Summary]: vsa.md
3535
[SPDX]: spdx.md
3636
[Test Results]: test-results.md
3737
[in-toto 0.9]: https://github.com/in-toto/docs/blob/master/in-toto-spec.md#44-file-formats-namekeyid-prefixlink
File renamed without changes.

0 commit comments

Comments
 (0)