Marc-Etienne Vargenau

Results 56 comments of Marc-Etienne Vargenau

Bug still present in scancode-toolkit 32.1.0

@pombredanne Thank you Philippe. It was more for information. I can still use ScanCode on a Windows PC.

Bug still present in scancode-toolkit 32.1.0, with Sonoma 14.4.1 and Python 3.12.2

Yes, I think the tools should complain if the path starts with "/" and not require that the path starts with "./". See https://github.com/spdx/Spdx-Java-Library/issues/195 I have asked the question in...

From the SPDX tech mailing list: I'm curious what the motivation is for paths being relative. If I scan an image, for example, I would expect to see absolute paths...

Hello @kzantow , Any progress on fixing this issue?

> thanks @vargenau - this is a good catch. Those should certainly use current ids in the examples. I think I've merged one PR related to this already, but did...

This would fix https://github.com/tern-tools/tern/issues/1211

@rnjudge @armintaenzertng For specifying the SPDX version of the output, I would propose the following: ``` tern report -f [email protected] -i golang:1.12-alpine -o alpine.spdx ``` and ``` tern report -f...

Hi @armintaenzertng My proposal aim was: - to have one less option - to have a syntax similar to Syft If it is more complex to implement, no problem.