-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
docs: add Bitnami #5078
docs: add Bitnami #5078
Conversation
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
||
| Scanner | Supported | | ||
| :-----------: | :-------: | | ||
| SBOM | ✓ | | ||
| Vulnerability | ✓ | | ||
| License | ✓ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitnami images can contain OS packages, language files(not described in SPDX files), secrets, etc...
Look like we can separate scanners to image and bitnami package (their SPDX files).
| Scanner | Supported | | |
| :-----------: | :-------: | | |
| SBOM | ✓ | | |
| Vulnerability | ✓ | | |
| License | ✓ | | |
| Scanner | Supported for packages | Supported for container | | |
|:-------------:|:----------------------:|:-----------------------:| | |
| SBOM | ✓ | ✓ | | |
| Vulnerability | ✓ | ✓ | | |
| License | ✓ | ✓ | | |
| Secret | ✓ | - | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or we can just add info that bitnami are based on debian
how we did it for google distroless - https://github.com/aquasecurity/trivy/blob/main/docs/docs/coverage/os/google-distroless.md#vulnerability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added fb98884
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Description
Forgot to commit
bitnami.md
in #5062Related PRs
Checklist