File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 86
86
});
87
87
const activeSecretScanningAlerts = secretScanningAlerts.data.filter(alert => alert.state === 'open');
88
88
core.setOutput('secret_scanning_alert_status', activeSecretScanningAlerts.length > 0 ? '1': '0');
89
- console.log("Active Secret Scanning Alerts", activeSecretScanningAlerts);
90
89
}
91
90
await checkAlerts();
92
91
@@ -119,4 +118,4 @@ jobs:
119
118
aws cloudwatch put-metric-data --metric-name SecretScanningAlert --namespace SecurityMonitoringMetrics --value 1 --unit Count --dimensions ProjectName=sagemaker-python-sdk
120
119
else
121
120
aws cloudwatch put-metric-data --metric-name SecretScanningAlert --namespace SecurityMonitoringMetrics --value 0 --unit Count --dimensions ProjectName=sagemaker-python-sdk
122
- fi
121
+ fi
Original file line number Diff line number Diff line change @@ -533,6 +533,7 @@ def prepare_container_def(
533
533
deploy_image ,
534
534
self .repacked_model_data or self .model_data ,
535
535
deploy_env ,
536
+ image_config = self .image_config ,
536
537
accept_eula = accept_eula ,
537
538
model_reference_arn = model_reference_arn ,
538
539
)
Original file line number Diff line number Diff line change 14
14
"ap-southeast-1" : " 245545462676" ,
15
15
"ap-southeast-2" : " 563025443158" ,
16
16
"ap-southeast-3" : " 669540362728" ,
17
- "ap-southeast-5" : " 654654579213" ,
18
17
"ca-central-1" : " 536280801234" ,
19
18
"cn-north-1" : " 453000072557" ,
20
19
"cn-northwest-1" : " 453252182341" ,
21
20
"eu-central-1" : " 048819808253" ,
22
- "eu-central-2" : " 590183933784" ,
23
21
"eu-north-1" : " 895015795356" ,
24
22
"eu-south-1" : " 933208885752" ,
25
23
"eu-south-2" : " 437450045455" ,
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ def create_server(
70
70
71
71
if self .model_server == ModelServer .MMS :
72
72
self ._start_serving ()
73
- self ._ping_container = self ._multi_model_server_deep_ping
74
73
75
74
time_limit = datetime .now () + timedelta (seconds = 5 )
76
75
while self ._ping_container is not None :
You can’t perform that action at this time.
0 commit comments