David Meibusch
David Meibusch
Reproduced this issue with the native macOS x86 executable for 0.24.0 and back to 0.20.0. 0.19.0 signs XML sboms successfully. It appears this has been introduced with changes between these...
As another reference point, the `sign file` command (macOS native, 0.24.0) does work, generating a `.sig` file successfully. A different code path, different use of .Net crypto APIs. Same input...
BOM XML signing added by #177
I've had a similar issue on Oracle Linux 7 using devtoolset-7 which puts gcc-7 in the path, but llvm-goc still detects the gcc-4 in `/usr/bin/gcc` It's not a clean solution,...
I had the same issue with Intellij Ultimate (not surprisingly). On MacOS, I changed the global file association of `.py` files from XCode (which claimed python code after I installed...
Workaround: separately set properties after upload of the artifact rather than using the problematic Groovy overloaded `withProperty` method that can not be handled by newer Groovy runtimes. Downsides: two calls...
My team hasn't had an issue on M1 Macs when using Docker Desktop, however it has started occurring now that some of us have switched to Rancher (with dockerd).
The fix would be to remove this initialization - however this does change existing behaviour.
Can't easily be reproduced now, our environment and infra has changed since this ticket was created.