You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Grype version 0.54.0 when i scan an image with increased verbosity -vv there are warnings:
./grype trivy -vv
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/bin/busybox form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/ld-musl-x86_64.so.1 form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/libapk.so.3.12.0 form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/libcrypto.so.1.1 form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/libssl.so.1.1 form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/libz.so.1.2.12 form-lib=syft
WARN some package(s) are missing CPEs. This may result in missing vulnerabilities. You may autogenerate these using: --add-cpes-if-none
What you expected to happen:
I think these warnings should be fixed.
How to reproduce it (as minimally and precisely as possible):
Scan any image and you'll get these warnings.
./grype nginx -vv
What happened:
In Grype version 0.54.0 when i scan an image with increased verbosity -vv there are warnings:
./grype trivy -vv
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/bin/busybox form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/ld-musl-x86_64.so.1 form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/libapk.so.3.12.0 form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/libcrypto.so.1.1 form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/libssl.so.1.1 form-lib=syft
[0003] WARN golang cataloger: bin parsing: number of builds and readers doesn't match form-lib=syft
[0003] WARN unable to read golang buildinfo error=not a Go executable file=/lib/libz.so.1.2.12 form-lib=syft
WARN some package(s) are missing CPEs. This may result in missing vulnerabilities. You may autogenerate these using: --add-cpes-if-none
What you expected to happen:
I think these warnings should be fixed.
How to reproduce it (as minimally and precisely as possible):
Scan any image and you'll get these warnings.
./grype nginx -vv
Anything else we need to know?:
Environment:
grype version
:cat /etc/os-release
or similar):Rocky Linux release 8.6
The text was updated successfully, but these errors were encountered: