cyberark / conjur-oss-suite-release

Under development - Latest stable releases of the Conjur OSS suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We have a module that can do a semver ordering of files in a directory

sgnn7 opened this issue · comments

We need to be able to sort by semver pattern files in a directory to find the latest one we will diff against.

AC:

  • Module exists that can take a directory and maybe some regex and return the highest semver file path. No CLI interaction code is wanted as part of this.