We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158b92e commit ace2d79Copy full SHA for ace2d79
aws_sra_examples/solutions/inspector/inspector_org/lambda/src/inspector.py
@@ -450,7 +450,7 @@ def set_ecr_scan_duration(
450
LOGGER.info(f"caller identity: {sts_client.get_caller_identity()}")
451
configuration_response: dict = inspector_delegated_admin_region_client.update_configuration(
452
ecrConfiguration={
453
- "pullDateRescanDuration": ecr_pull_scan_duration
+ "pullDateRescanDuration": ecr_pull_scan_duration,
454
"rescanDuration": ecr_scan_duration
455
}
456
)
0 commit comments