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
Additionally there is a bug with the boto3 current lambda that if you set the pullDateRescanDuration manually in the delegated admin account that it gets reset to default 90 days the next time the lambda runs, so it should be also added that you can set this value too
Is your feature request related to a problem? Please describe
Currently only able to set the re-scan duration for inspector to LIFETIME|DAYS_30|DAYS_180
Describe the solution you'd like
Allow all the selections that the API accepts i.e.
Describe alternatives you've considered
we have set to 30 for now while we await the ability to set lower
Additional context
Parameter setting in sra-inspector-org-main-ssm.json
{
"ParameterKey": "pEcrRescanDuration",
"ParameterValue": "LIFETIME"
}
The text was updated successfully, but these errors were encountered: