export class SlackNotifier extends AbstractWebHookNotifier {

  protected type: NotifierType = NotifierType.SLACK

  constructor(channel: NotificationChannel, scan: Scan, findings: Finding[], args: Object) {