Skip to content

Commit

Permalink
🐛 Add format to packages
Browse files Browse the repository at this point in the history
This is needed to create the correct PURL, for MQL vulnmgmt resource.

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker committed Jan 31, 2025
1 parent 1e7d128 commit 01a829a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/os/resources/vulnmgmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func (v *mqlVulnmgmt) getIncognitoReport(mondooClient *gql.MondooClient) (*gql.V
Version: mondoogql.String(mqlPkg.Version.Data),
Arch: mondoogql.NewStringPtr(mondoogql.String(mqlPkg.Arch.Data)),
Origin: mondoogql.NewStringPtr(mondoogql.String(mqlPkg.Origin.Data)),
Format: mondoogql.NewStringPtr(mondoogql.String(mqlPkg.Format.Data)),
}
}

Expand Down

0 comments on commit 01a829a

Please sign in to comment.