saf
saf copied to clipboard
swapped twistlock mapper to results
Blocked until a release of HDFConverters
Basically a name change and a file naming fix? For my information, in what cases do you name it Mapper and what cases Results? Seems like the only two named Results are Synk and this one.
@em-c-rod we use mapper almost all the time. results is if we gotta do some sorta abstraction on top that makes it hard to use mapper directly (ex. the snyk results can return both an execution and an execution array but the base-converter->all mapper classes' toHDF function can only return a single execution). probably could've reworked twistlock to not need it, but it's alright if it does exist.