Skip to content

Commit

Permalink
Update providers/aws/resources/aws.lr
Browse files Browse the repository at this point in the history
Co-authored-by: Letha <letha@mondoo.com>
  • Loading branch information
tas50 and misterpantz authored Dec 1, 2024
1 parent 8b28357 commit 89e1fae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions providers/aws/resources/aws.lr
Original file line number Diff line number Diff line change
Expand Up @@ -2497,11 +2497,11 @@ private aws.ecr.image @defaults("uri region") {
arn string
// uri for the image repository
uri string
// The time the image was pushed
// Time the image was pushed
pushedAt time
// The size of the image in bytes
// Size of the image in bytes
sizeInBytes int
// The last time Amazon recorded an image pull. Note: Amazon only refreshes this data once every 24 hours so it is not fully granular.
// Time of most recent image pull (Amazon only refreshes this data once every 24 hours.)
lastRecordedPullTime time
}

Expand Down

0 comments on commit 89e1fae

Please sign in to comment.