You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, you can installed tools from a release or a pushed commit somewhere on GH. We should enable yardstick to "install" a tool by building it from a path.
Why is this needed:
Running make quality in grype has 2 unexpected behaviors right now:
If your local commit isn't pushed to a remote, it will fail
If you have uncommitted local changes, the tests will succeed, but will use grype built without those changes (because yardstick downloaded the last commit from GitHub.)
Number 2 could be especially frustrating to debug, and might surprise contributors.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Right now, you can installed tools from a release or a pushed commit somewhere on GH. We should enable yardstick to "install" a tool by building it from a path.
Why is this needed:
Running
make quality
in grype has 2 unexpected behaviors right now:grype
built without those changes (because yardstick downloaded the last commit from GitHub.)Number 2 could be especially frustrating to debug, and might surprise contributors.
The text was updated successfully, but these errors were encountered: