VictorHuu

Results 8 comments of VictorHuu

@nscuro Sorry to bother you , could you review the PR if you are available ? I know there are a lot of more important repos for you to maintain,...

@mcombuechen Hi, I've attempted to file an issue in the spec, but it was rejected.Here's the thing: this repo is just a Cyclone DX utility written in Go for an...

Below is the effect of the PR: Demo ```bash root@VM-0-14-debian:~/syft# go build -o /usr/local/bin/syft cmd/syft/main.go root@VM-0-14-debian:~/syft# cd syft & go test -c . & cd .. root@VM-0-14-debian:~/syft# syft syft/syft.test ✔...

Hi @spiffcs and @audunmo, do you have better solutions? I'm not sure if I'm on the right track. And I think it might be of low priority, because it's just...

Hello,@kzantow, thanks for your reviews. And here's some of my opinions: > If we're using the vendor dir, it's a case the user is not using go modules, but if...

Hi @spiffcs, I want to know whether this PR is pending or discarded? If it's discarded, is there any alternative to the solution? CC @kzantow

Troubleshoot: The so-called error line [193](https://github.com/anchore/syft/actions/runs/14734760829/job/41357952382?pr=3833#step:4:2231) and the test case ```TestSource_UnmarshalJSON/empty``` don't exist in the original [file](https://github.com/anchore/syft/blob/bd5aa2da30fd5606f2d736d3b08809f5470432f1/syft/format/syftjson/model/source_test.go#L193). And the CI/CD for same commit works well in my [local PR](https://github.com/VictorHuu/syft/actions/runs/14735428241/job/41360196223). FOLLOW...

Hi @henrysachs , this issue is the very reason that causes #3574. So it's duplicated