You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a registry integration, it is possible to configure weekly auto scan of images, for example:
The terraform provider does not support the same granularity of settings, for example configuring weekly scans. Among the various parameters offered by the provider, none of them allow for the specification of weekly scans on Tuesdays, for example:
The parameter auto_scan_time is currently not supported by the provider
Affected Resource(s)
Please list the resources as a list, for example:
aquasec_integration_registry
Expected Behavior
The provider should implement the auto_scan_time parameter, similar as for the Aqua API, and allow for granular configuration of auto-scans, for example we scan images every Tuesdays at 00:000.
Actual Behavior
It is not possible to configure auto scans as granular as it is possible via the UI
The text was updated successfully, but these errors were encountered:
For a registry integration, it is possible to configure weekly auto scan of images, for example:
The terraform provider does not support the same granularity of settings, for example configuring weekly scans. Among the various parameters offered by the provider, none of them allow for the specification of weekly scans on Tuesdays, for example:
By configuring a registry integration via the UI, configuring weekly scans, and inspecting it via the API I see the following configuration:
The parameter
auto_scan_time
is currently not supported by the providerAffected Resource(s)
Please list the resources as a list, for example:
Expected Behavior
The provider should implement the
auto_scan_time
parameter, similar as for the Aqua API, and allow for granular configuration of auto-scans, for example we scan images every Tuesdays at 00:000.Actual Behavior
It is not possible to configure auto scans as granular as it is possible via the UI
The text was updated successfully, but these errors were encountered: