public static interface ImageScanningConfiguration.Builder extends SdkPojo, CopyableBuilder<ImageScanningConfiguration.Builder,ImageScanningConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ImageScanningConfiguration.Builder |
scanOnPush(Boolean scanOnPush)
The setting that determines whether images are scanned after being pushed to a repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageScanningConfiguration.Builder scanOnPush(Boolean scanOnPush)
The setting that determines whether images are scanned after being pushed to a repository. If set to
true, images will be scanned after being pushed. If this parameter is not specified, it will
default to false and images will not be scanned unless a scan is manually started with the
StartImageScan API.
scanOnPush - The setting that determines whether images are scanned after being pushed to a repository. If set to
true, images will be scanned after being pushed. If this parameter is not specified, it
will default to false and images will not be scanned unless a scan is manually started
with the StartImageScan API.Copyright © 2021. All rights reserved.