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
Copy file name to clipboardExpand all lines: Changelog.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
# FOSSA CLI Changelog
2
2
3
+
## v3.9.18
4
+
- Resolves an issue where `vendored-dependencies` were rescanned locally, but not in the FOSSA service,
5
+
when `forceRescans` was set to `true` ([#1423](https://github.com/fossas/fossa-cli/pull/1423)).
6
+
3
7
## v3.9.17
4
-
- Poetry: Adds partial support for dependency groups. ([#1420](https://github.com/fossas/fossa-cli/pull/1420)).
8
+
- Poetry: Adds partial support for dependency groups. ([#1420](https://github.com/fossas/fossa-cli/pull/1420)).
5
9
6
10
## v3.9.16
7
11
- Treat `targets` field in the issue summary loaded from Core as optional during `fossa test` and `fossa report` ([#1422](https://github.com/fossas/fossa-cli/pull/1422)).
pathFilters <- mergePathFilters base manualDeps (licenseScanPathFilters $ vendoredDeps cfg)
105
105
case runFirstPartyScans of
106
106
(True) ->do
107
107
_ <- logDebug "Running a first-party license scan on the code in this repository. Licenses found in this repository will show up as 'Directly in code' in the FOSSA UI"
108
-
Just<$> scanVendoredDep base pathFilters fullFileUploads vdep
108
+
Just<$> scanVendoredDep base pathFilters uploadKind vdep
109
109
(False) ->pureNothing
110
110
111
111
-- mergePathFilters takes the existing filters from the config and merges them with filters constructed by looking at the vendored dependencies
0 commit comments