parent
							
								
									34c8194c95
								
							
						
					
					
						commit
						d309bce2d1
					
				|  | @ -112,6 +112,10 @@ func (ms *manifestStore) verifyManifest(ctx context.Context, mnfst *schema1.Sign | |||
| 		errs = append(errs, fmt.Errorf("manifest name must not be more than %v characters", reference.NameTotalLengthMax)) | ||||
| 	} | ||||
| 
 | ||||
| 	if !reference.NameRegexp.MatchString(mnfst.Name) { | ||||
| 		errs = append(errs, fmt.Errorf("invalid manifest name format")) | ||||
| 	} | ||||
| 
 | ||||
| 	if len(mnfst.History) != len(mnfst.FSLayers) { | ||||
| 		errs = append(errs, fmt.Errorf("mismatched history and fslayer cardinality %d != %d", | ||||
| 			len(mnfst.History), len(mnfst.FSLayers))) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue