feat(scanner/redhat): each package has modularitylabel (#1381)

This commit is contained in:
MaineK00n
2024-05-16 02:54:02 +09:00
committed by GitHub
parent f1c384812a
commit 61c39637f2
6 changed files with 273 additions and 113 deletions

View File

@@ -82,6 +82,7 @@ type Package struct {
NewRelease string `json:"newRelease"`
Arch string `json:"arch"`
Repository string `json:"repository"`
ModularityLabel string `json:"modularitylabel"`
Changelog *Changelog `json:"changelog,omitempty"`
AffectedProcs []AffectedProcess `json:",omitempty"`
NeedRestartProcs []NeedRestartProcess `json:",omitempty"`