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
[ANE-2724] Pass --debug to Ficus when CLI is in debug mode (#1706)
* [ANE-2724] Pass --debug to Ficus when CLI is in debug mode
* Inline allArgs binding
* Add changelog entry for Vendetta debug output
* Use release version for changelog entry
* Fix changelog
* Move --debug injection into ficusCommand
So the logged "Ficus command:" line reflects the actual OS-level
invocation when CLI is in debug mode.
Copy file name to clipboardExpand all lines: Changelog.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
# FOSSA CLI Changelog
2
+
3
+
## 3.17.5
4
+
5
+
- Vendetta: Debug bundles now include per-file component match data from Vendetta scans, making it easier to diagnose why a vendored dependency was or wasn't detected. ([#1706](https://github.com/fossas/fossa-cli/pull/1706))
6
+
2
7
## 3.17.4
3
8
- Conan: Update the conan script (docs/walkthroughs/make_fossa_deps_conan.py) to work with modern conan versions ([#1629](https://github.com/fossas/fossa-cli/pull/1629) and [#1698](https://github.com/fossas/fossa-cli/pull/1698))
0 commit comments