GrypeScanSettings.

Exclude Property

Summary

Gets or sets glob expressions of paths excluded from the scan (--exclude, repeatable).
Assembly
Cake.Grype.dll
Namespace
Cake.Grype.Scan
Containing Type
GrypeScanSettings

Syntax

public ICollection<string> Exclude { get; set; }

Value

Type Description
ICollection<string>