Support new os name(CentOS Stream) on CentOS #4561
srinivasKandukuri
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
We need security advisories for CentOS Stream. Do they distribute that? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
We need to support new OS "CentOS Stream"
As of now we are supporting the CentOS, CentOS Linux
https://github.com/aquasecurity/trivy/blob/main/pkg/fanal/analyzer/os/redhatbase/centos.go#L36
Desired Behavior
When we scan image which is related to CentOS Stream it should detect the OS and give the result's.
Ex: dokken/centos-stream-9
Actual Behavior
If we scan the image related to CentOS stream image OS is not detecting.
Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Output Format
JSON
Mode
Client/Server
Debug Output
Operating System
Ubuntu
Version
Checklist
trivy --reset
Beta Was this translation helpful? Give feedback.
All reactions