-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Description
CoreOS uses specific path to rpm DB - /usr/share/rpm/rpmdb.sqlite
.
We need to add support this path.
Required changes:
- add new path into requiredFiles + add comment that this path for CoreOS
- add new OS analyzer or update one of actual analyzer.
- add new
detector
(to avoid errors whenvuln
scanner is enable).- create
coreos
package here. Trivy doesn't support vuln detection, so use bottlerocket.go file as example. - add new detector into driver map
- create
- update docs:
- add CoreOS page
- create new
coreos.md
file here - add this file into
mkdocs.yaml
- create new
- add CoreOS into supported OS table. Write about SBOM only support.
- add CoreOS page
Discussed in #9188
rriemann
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.