Skip to content

Commit ace2d79

Browse files
add missing comma
1 parent 158b92e commit ace2d79

File tree

1 file changed

+1
-1
lines changed
  • aws_sra_examples/solutions/inspector/inspector_org/lambda/src

1 file changed

+1
-1
lines changed

aws_sra_examples/solutions/inspector/inspector_org/lambda/src/inspector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def set_ecr_scan_duration(
450450
LOGGER.info(f"caller identity: {sts_client.get_caller_identity()}")
451451
configuration_response: dict = inspector_delegated_admin_region_client.update_configuration(
452452
ecrConfiguration={
453-
"pullDateRescanDuration": ecr_pull_scan_duration
453+
"pullDateRescanDuration": ecr_pull_scan_duration,
454454
"rescanDuration": ecr_scan_duration
455455
}
456456
)

0 commit comments

Comments
 (0)