Remove the --merge-with flag for fossa-with-cache (python)
Forgot to remove this from the python version when I did the maven version.
Without the --merge-with
flag, fossa-analyze
will use the generated (or cached) NOTICE from FOSSA directly, without first merging with the committed one.
Remember, we added the --merge-with
in the first place when we suspected FOSSA of incorrectly removing large number of attributions -- we now think that has been fixed and we can trust that any removals are due to no longer being a dependency.
This would be nice to have as part of tagging %M15 - Release 0.18 , but isn't critical if it is disruptive.