19 comments (19 comments)30 reactions (30 reactions)0 assignees (0 assignees)Go35,000 stars (35,000 stars)371 forks (371 forks)batch import
help wantedkind/featurepriority/backlogscan/vulnerability
Description
Any chances getting support for Fedora?
Contributor guide
- Tech stack
- go
- Domain
- securitybackenddevops
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- GoUnderstanding of OS detection
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Investigate how Trivy detects the underlying OS, likely through reading /etc/os release or similar files. Add Fedora to the list of supported distributions by following the pattern of existing OS detection for Ubuntu or CentOS. Check the repository's issue comments for any specific implementation details or maintainer suggestions. The relevant code is probably in the pkg/detector or similar directory.