Bind extraction reuse to transcript identity
This commit is contained in:
@@ -31,7 +31,11 @@ func (c *ArtifactCatalog) HydrateExtractionArtifacts(
|
||||
if c == nil || m == nil || len(configured) == 0 {
|
||||
return
|
||||
}
|
||||
proof := InspectExtractionEvidence(paths, m, configured)
|
||||
input, err := ResolveExtractionInputIdentity(paths, m)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
proof := InspectExtractionEvidence(paths, m, configured, input)
|
||||
if proof.State != ExtractionEvidenceValid {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user