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
Scans a container image pulled directly from a registry (no container runtime required) with Grype.
Syntax
public static void GrypeScanRegistry(this ICakeContext context, string image)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| image |
string |
The image reference, for example myorg/api:1.2.3. |
Return Value