RegistryScanningConfigurationRule

Constructors

Link copied to clipboard
constructor(repositoryFilters: List<RegistryScanningConfigurationRuleRepositoryFilter>, scanFrequency: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more repository filter blocks, containing a filter (required string filtering repositories, see pattern regex here) and a filter_type (required string, currently only WILDCARD is supported).

Link copied to clipboard

The frequency that scans are performed at for a private registry. Can be SCAN_ON_PUSH, CONTINUOUS_SCAN, or MANUAL.