Skip to content

feat: support chainguard/wolfi OS#357

Open
pohanhuang wants to merge 2 commits intoneuvector:mainfrom
pohanhuang:NVSHAS-10197
Open

feat: support chainguard/wolfi OS#357
pohanhuang wants to merge 2 commits intoneuvector:mainfrom
pohanhuang:NVSHAS-10197

Conversation

@pohanhuang
Copy link
Copy Markdown
Contributor

Description

@pohanhuang pohanhuang requested a review from a team as a code owner April 22, 2026 10:28
Signed-off-by: pohanhuang <pohan.huang@suse.com>
Copy link
Copy Markdown
Contributor

@holyspectral holyspectral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just some minor comments.

Comment thread cvetools/image.go Outdated

pathMap, err := selectiveFilesFromPath(layerPath, maxFileSize, func(path, fullpath string) bool {
if scan.OSPkgFiles.Contains(path) || scan.IsAppsPkgFile(path, fullpath) {
if scan.OSPkgFiles.Contains(path) || common.IsAPKPackageFile(path) || scan.IsAppsPkgFile(path, fullpath) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this is a good place to use switch-case.

Comment thread detectors/features.go
Signed-off-by: pohanhuang <pohan.huang@suse.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Support chainguard images

2 participants