Skip to content

Commit

Permalink
feat: kbom support addons label (#222)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan authored Sep 13, 2023
1 parent 9cd73b2 commit 952766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ func (c *cluster) collectComponents(ctx context.Context, labels map[string]strin
if err != nil {
return nil, err
}
imageID := getImageID(s.Image, s.ImageID)
imageID := getImageID(s.ImageID, s.Image)
if len(imageID) == 0 {
continue
}
Expand Down

0 comments on commit 952766b

Please sign in to comment.