Skip to content

Commit f24826c

Browse files
add registry_scan_timeout docs
1 parent 14522f0 commit f24826c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/data-sources/integration_registries.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ description: |-
2424
- `advanced_settings_cleanup` (Boolean) Automatically clean up that don't match the pull criteria
2525
- `always_pull_patterns` (List of String) List of image patterns to pull always
2626
- `image_creation_date_condition` (String) Additional condition for pulling and rescanning images, Defaults to 'none'
27-
- `lastupdate` (String) The last time the registry was modified in UNIX time
27+
- `lastupdate` (Number) The last time the registry was modified in UNIX time
2828
- `options` (Block List) (see [below for nested schema](#nestedblock--options))
2929
- `pull_image_age` (String) When auto pull image enabled, sets maximum age of auto pulled images
3030
- `pull_image_count` (Number) When auto pull image enabled, sets maximum age of auto pulled images tags from each repository.
3131
- `pull_image_tag_pattern` (List of String) List of image tags patterns to pull
3232
- `pull_repo_patterns_excluded` (List of String) List of image patterns to exclude
33+
- `registry_scan_timeout` (Number) Registry scan timeout in Minutes
3334
- `scanner_name` (List of String) List of scanner names
3435
- `scanner_type` (String) Scanner type
3536
- `webhook` (Block Set) When enabled, registry events are sent to the given Aqua webhook url (see [below for nested schema](#nestedblock--webhook))

docs/resources/integration_registry.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,15 @@ resource "aquasec_integration_registry" "integration_registry" {
9090
- `auto_pull_time` (String) The time of day to start pulling new images from the registry, in the format HH:MM (24-hour clock), defaults to 03:00
9191
- `description` (String) The description of the registry
9292
- `image_creation_date_condition` (String) Additional condition for pulling and rescanning images, Defaults to 'none'
93-
- `lastupdate` (String) The last time the registry was modified in UNIX time
93+
- `lastupdate` (Number) The last time the registry was modified in UNIX time
9494
- `options` (Block List) (see [below for nested schema](#nestedblock--options))
9595
- `password` (String) The password for registry authentication
9696
- `prefixes` (List of String) List of possible prefixes to image names pulled from the registry
9797
- `pull_image_age` (String) When auto pull image enabled, sets maximum age of auto pulled images (for example for 5 Days the value should be: 5D), Requires `image_creation_date_condition = "image_age"`
9898
- `pull_image_count` (Number) When auto pull image enabled, sets maximum age of auto pulled images tags from each repository (based on image creation date) Requires `image_creation_date_condition = "image_count"`
9999
- `pull_image_tag_pattern` (List of String) List of image tags patterns to pull
100100
- `pull_repo_patterns_excluded` (List of String) List of image patterns to exclude
101+
- `registry_scan_timeout` (Number) Registry scan timeout in Minutes
101102
- `scanner_name` (List of String) List of scanner names
102103
- `scanner_type` (String) The Scanner type
103104
- `url` (String) The URL, address or region of the registry

0 commit comments

Comments
 (0)