test fixes and new product advisories work
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user