panic
panic copied to clipboard
Integrate DockerHub alerter with factory classes
The factory class implementations for alerting where done after the DockerHubAlerter was implemented, therefore they were not integrated.
In this ticket we should do the following:
- [ ] Implement the
DockerHubAlertersimilarly to other alerters by integrating it with the alerting factory. - [ ] We must make sure that the
DockerHubAlertersManagerhas a similar implementation as the other managers.