test fixes and new product advisories work

This commit is contained in:
master
2026-01-28 02:30:48 +02:00
parent 82caceba56
commit 644887997c
288 changed files with 69101 additions and 375 deletions

View File

@@ -31,6 +31,11 @@ public sealed class IntegrationPlugin : IDoctorPlugin
public IReadOnlyList<IDoctorCheck> GetChecks(DoctorPluginContext context) =>
[
new OciRegistryCheck(),
new RegistryReferrersApiCheck(),
new RegistryCapabilityProbeCheck(),
new RegistryPushAuthorizationCheck(),
new RegistryPullAuthorizationCheck(),
new RegistryCredentialsCheck(),
new ObjectStorageCheck(),
new SmtpCheck(),
new SlackWebhookCheck(),