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
Creates a
ProcessArgumentBuilder containing the command words followed by the global flags.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype - Containing Type
- GrypeTool
<TSettings>
Syntax
protected ProcessArgumentBuilder CreateArgumentBuilder(TSettings settings, params string[] command)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | TSettings | The settings. |
| command | string[] | The command words, for example db, update; none for a scan. |
Return Value
| Type | Description |
|---|---|
| Process |
The argument builder. |
