mirror of
				https://github.com/containers/skopeo.git
				synced 2025-10-31 01:12:41 +00:00 
			
		
		
		
	Add support for Fulcio and Rekor, and --sign-by-sigstore=param-file
(skopeo copy) and (skopeo sync) now support --sign-by-sigstore=param-file, using the containers-sigstore-signing-params.yaml(5) file format. That notably adds support for Fulcio and Rekor signing. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
		
							
								
								
									
										9
									
								
								vendor/github.com/go-openapi/runtime/discard.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								vendor/github.com/go-openapi/runtime/discard.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| package runtime | ||||
|  | ||||
| import "io" | ||||
|  | ||||
| // DiscardConsumer does absolutely nothing, it's a black hole. | ||||
| var DiscardConsumer = ConsumerFunc(func(_ io.Reader, _ interface{}) error { return nil }) | ||||
|  | ||||
| // DiscardProducer does absolutely nothing, it's a black hole. | ||||
| var DiscardProducer = ProducerFunc(func(_ io.Writer, _ interface{}) error { return nil }) | ||||
		Reference in New Issue
	
	Block a user