Skip to content

Commit d165815

Browse files
authored
Merge branch 'master' into dependabot/pip/requirements/extras/scikit-learn-1.5.0
2 parents fc0d037 + af1fde4 commit d165815

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/security-monitoring.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
});
8787
const activeSecretScanningAlerts = secretScanningAlerts.data.filter(alert => alert.state === 'open');
8888
core.setOutput('secret_scanning_alert_status', activeSecretScanningAlerts.length > 0 ? '1': '0');
89-
console.log("Active Secret Scanning Alerts", activeSecretScanningAlerts);
9089
}
9190
await checkAlerts();
9291
@@ -119,4 +118,4 @@ jobs:
119118
aws cloudwatch put-metric-data --metric-name SecretScanningAlert --namespace SecurityMonitoringMetrics --value 1 --unit Count --dimensions ProjectName=sagemaker-python-sdk
120119
else
121120
aws cloudwatch put-metric-data --metric-name SecretScanningAlert --namespace SecurityMonitoringMetrics --value 0 --unit Count --dimensions ProjectName=sagemaker-python-sdk
122-
fi
121+
fi

0 commit comments

Comments
 (0)