github.com/kastenhq/syft@v0.0.0-20230821225854-0710af25cdbe/test/integration/test-fixtures/image-os-binary-overlap/Dockerfile (about) 1 FROM alpine:latest 2 3 # syft should not longer show the binary package for this image: 4 # https://github.com/anchore/syft/issues/931 5 # busybox 1.36.1 binary <-- not reported synthetic package overlap 6 # busybox 1.36.1-r0 apk 7 RUN apk update && apk add busybox