GrypeVersionSettings Class

Summary

Contains the settings for grype version.
Assembly
Cake.Grype.dll
Namespace
Cake.Grype
Base Types
graph BT Type-->Base0["GrypeSettings"] click Base0 "/api/Cake.Grype/GrypeSettings" Base0-->Base1["ToolSettings"] Type["GrypeVersionSettings"] class Type type-node

Syntax

public sealed class GrypeVersionSettings : GrypeSettings

Constructors

Name Summary
GrypeVersionSettings()

Properties

Name Value Summary
ConfigFiles ICollection<FilePath>
Gets or sets the Grype configuration files to use (-c, repeatable). Relative paths are resolved against the working directory.
Inherited from GrypeSettings
Profiles ICollection<string>
Gets or sets the configuration profiles to use (--profile, repeatable).
Inherited from GrypeSettings
Quiet bool
Gets or sets a value indicating whether all logging output is suppressed (-q).
Inherited from GrypeSettings
Verbosity GrypeVerbosity
Gets or sets the log verbosity (-v or -vv).
Inherited from GrypeSettings

Extension Methods

Name Value Summary
Dump<GrypeVersionSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GrypeVersionSettings>(GrypeVersionSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GrypeVersionSettings>(string) void
Requires the Cake.Issues addin
NotNull<GrypeVersionSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
ThrowIfNull<GrypeVersionSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<GrypeVersionSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Requires the Cake.Issues addin