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
Description
CoreOS uses specific path to rpm DB -
/usr/share/rpm/rpmdb.sqlite.We need to add support this path.
Required changes:
detector(to avoid errors whenvulnscanner is enable).coreospackage here. Trivy doesn't support vuln detection, so use bottlerocket.go file as example.coreos.mdfile heremkdocs.yamlDiscussed in #9188