in src/advisor/scanners/auto_scanner.py [0:0]
def scan_file(self, path, report): for scanner in self.scanners: if scanner.accepts_file(path): scanner.scan_file(path, report)