This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Grype.
Summary
A container image reference, resolved by Grype's default lookup (a Docker daemon first).
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype - Containing Type
- GrypeSource
Syntax
public static GrypeSource Image(string reference)
Parameters
| Name | Type | Description |
|---|---|---|
| reference | string | The image reference, for example myorg/api:1.2.3. |
Return Value
| Type | Description |
|---|---|
| GrypeSource | The source. |
