feat: generate vsa policy value from file

This commit is contained in:
mrjoelkamp
2024-08-14 09:16:24 -05:00
parent 8c6df28540
commit d2a8348ae8
14 changed files with 114 additions and 39 deletions

View File

@@ -26,7 +26,8 @@ type VSAVerifier struct {
}
type VSAPolicy struct {
URI string `json:"uri"`
URI string `json:"uri"`
Digest map[string]string `json:"digest"`
}
type VSAInputAttestation struct {