Skip to content

feat(sbom): add CoreOS support #9384

@DmitriyLewen

Description

@DmitriyLewen

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 when vuln 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
  • update docs:
    • add CoreOS page
      • create new coreos.md file here
      • add this file into mkdocs.yaml
    • add CoreOS into supported OS table. Write about SBOM only support.

Discussed in #9188

Metadata

Metadata

Assignees

Labels

good first issueDenotes 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.kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions