| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ECR.Types.ImageScanFindings
Description
Synopsis
- data ImageScanFindings = ImageScanFindings' {}
- newImageScanFindings :: ImageScanFindings
- imageScanFindings_enhancedFindings :: Lens' ImageScanFindings (Maybe [EnhancedImageScanFinding])
- imageScanFindings_findingSeverityCounts :: Lens' ImageScanFindings (Maybe (HashMap FindingSeverity Natural))
- imageScanFindings_findings :: Lens' ImageScanFindings (Maybe [ImageScanFinding])
- imageScanFindings_imageScanCompletedAt :: Lens' ImageScanFindings (Maybe UTCTime)
- imageScanFindings_vulnerabilitySourceUpdatedAt :: Lens' ImageScanFindings (Maybe UTCTime)
Documentation
data ImageScanFindings Source #
The details of an image scan.
See: newImageScanFindings smart constructor.
Constructors
| ImageScanFindings' | |
Fields
| |
Instances
newImageScanFindings :: ImageScanFindings Source #
Create a value of ImageScanFindings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enhancedFindings:ImageScanFindings', imageScanFindings_enhancedFindings - Details about the enhanced scan findings from Amazon Inspector.
$sel:findingSeverityCounts:ImageScanFindings', imageScanFindings_findingSeverityCounts - The image vulnerability counts, sorted by severity.
$sel:findings:ImageScanFindings', imageScanFindings_findings - The findings from the image scan.
$sel:imageScanCompletedAt:ImageScanFindings', imageScanFindings_imageScanCompletedAt - The time of the last completed image scan.
$sel:vulnerabilitySourceUpdatedAt:ImageScanFindings', imageScanFindings_vulnerabilitySourceUpdatedAt - The time when the vulnerability data was last scanned.
imageScanFindings_enhancedFindings :: Lens' ImageScanFindings (Maybe [EnhancedImageScanFinding]) Source #
Details about the enhanced scan findings from Amazon Inspector.
imageScanFindings_findingSeverityCounts :: Lens' ImageScanFindings (Maybe (HashMap FindingSeverity Natural)) Source #
The image vulnerability counts, sorted by severity.
imageScanFindings_findings :: Lens' ImageScanFindings (Maybe [ImageScanFinding]) Source #
The findings from the image scan.
imageScanFindings_imageScanCompletedAt :: Lens' ImageScanFindings (Maybe UTCTime) Source #
The time of the last completed image scan.
imageScanFindings_vulnerabilitySourceUpdatedAt :: Lens' ImageScanFindings (Maybe UTCTime) Source #
The time when the vulnerability data was last scanned.