-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to detect bash binaries #1963
Comments
note NVD uses Docker official image bash:5.2
Docker official image bash:5.2-alpha
Docker official image bash:5.2-beta
Docker official image bash:5.2-rc
Docker official image bash:5.1
Docker official image bash:5.0
Docker official image bash:4.4
Docker official image bash:4.3
Docker official image bash:4.2
Docker official image bash:4.1
Docker official image bash:4.0
Docker official image bash:3.2
Docker official image bash:3.1
Docker official image bash:3.0
|
What happened: Bash isn't detected on the official bash docker images.
What you expected to happen:
Bash should be included in the returned list of packages.
Steps to reproduce the issue:
syft -q packages library/bash:5|grep bash
The output includes bash dependencies, but not bash itself:
.bash-rundeps 20230615.045102 apk
Anything else we need to know?:
I re-checked all of the images mentioned in #1197, and this seems to be the only still non-functional.
Environment:
syft version
: syft 0.85.0cat /etc/os-release
or similar): "Ubuntu 20.04.5 LTS"The text was updated successfully, but these errors were encountered: