trivy
trivy copied to clipboard
Re-add Windows binary to releases.
Hi!
There are a few of us developers who uses windows (it's true!), and having trivy binary directly on windows is quite nice, especially after the new jetbrains plugin have been created! I understand that it was removed earlier due to some stuff not working as expected (image scanning for example), but by building it locally
(in wsl
ubuntu)
GOARCH=amd64 GOOS=windows go build -o trivy.exe cmd/trivy/main.go
I could produce a binary which works fine (even the image scanning tool).
Is there any currently known issue which hinders a windows binary to be added to the release scripts or should I create a PR to re-add it to them? If there is no wish to have windows binaries at all, I'm totally fine with that as well, building it from source is not a huge deal either way! :)
related PR #1469
FYI. I replaced #1469 with #2592 and included test binary to there. It would be nice if others can also test and report results to that PR as it looks to be that Trivy maintainers are Linux only users and are not able to test.
Hello @olljanat , @owenrumney
User found problem with table report in Windows(#3039). Can you include fix for it in PR?
Regards, Dmitriy
+1 on brining this back
we're looking into this in https://github.com/aquasecurity/trivy/pull/3037. not sure it will be merged for this month's release though.
The next release will distribute Windows binaries.