RegistryScanningRule
The details of a scanning rule for a private registry.
Contents
- repositoryFilters
-
The repository filters associated with the scanning configuration for a private registry.
Type: Array of ScanningRepositoryFilter objects
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Required: Yes
- scanFrequency
-
The frequency that scans are performed at for a private registry. When the
ENHANCED
scan type is specified, the supported scan frequencies areCONTINUOUS_SCAN
andSCAN_ON_PUSH
. When theBASIC
scan type is specified, theSCAN_ON_PUSH
scan frequency is supported. If scan on push is not specified, then theMANUAL
scan frequency is set by default.Type: String
Valid Values:
SCAN_ON_PUSH | CONTINUOUS_SCAN | MANUAL
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: