Workiva / dependency_validator

A tool to help you find missing, under-promoted, over-promoted, and unused dependencies.
Other
59 stars 18 forks source link

Handle Windows paths when searching for executables #70

Closed TNorbury closed 3 years ago

TNorbury commented 3 years ago

Motivation

Allow dependency validator to run on windows. Expanding upon #69

Changes

use path.fromUri when searching for executables.

Release Notes

Review

Please review: @evanweible-wf

QA Checklist

aviary-wf commented 3 years ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

evanweible-wf commented 3 years ago

Thanks @TNorbury!