Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sort checks in the same framework by number (bridgecrewio#495)
* sort checks in the same framework by number * Create a comparison key based on the check id (bridgecrewio#500) The id is split into text and numbers. They are compared from left to right. It also handles leading zeros, which are placed after te number with one leading zero fewer. (1 -> 01 -> 001 ...) Co-authored-by: Jonas Eckert <[email protected]> Co-authored-by: Jonas Eckert <[email protected]> Co-authored-by: Jonas Eckert <[email protected]>
- Loading branch information