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 source exactly as Grype expects it on the command line; relative paths are not resolved.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype - Containing Type
- GrypeSource
Syntax
public static GrypeSource Parse(string source)
Parameters
| Name | Type | Description |
|---|---|---|
| source | string | The source text, for example registry:alpine:3.20. |
Return Value
| Type | Description |
|---|---|
| GrypeSource | The source. |
