Description
While Trivy currently relies on package metadata and release files like /etc/redhat-release, these may not always be present—especially in minimal or containerized environments (e.g. Calico images)
The os-release file is the standard file, so parsing this file will help avoid missing OS detection.
Required changes
Description
While Trivy currently relies on package metadata and release files like
/etc/redhat-release, these may not always be present—especially in minimal or containerized environments (e.g.Calicoimages)The
os-releasefile is the standard file, so parsing this file will help avoid missing OS detection.Required changes