Closed
Description
What would you like to be added:
Support golang tip image in binary detection
Additional context:
$ syft -q golang:tip | grep ^go
$ docker run -it --rm golang which go
/usr/local/go/bin/go
$ docker run -it --rm golang:tip go version
go version devel go1.25-d524e1e Sun Feb 16 07:23:13 2025 -0800 linux/amd64
$ docker run -it --rm golang:tip strings /usr/local/go/bin/go | grep -e '1\.25'
devel go1.25-d524e1e Sun Feb 16 07:23:13 2025 -0800
3devel go1.25-d524e1e Sun Feb 16 07:23:13 2025 -0800
Metadata
Metadata
Assignees
Type
Projects
Status
Done