Skip to content

Commit 7116782

Browse files
committed
fix: fixed packages column in artifact sbom
1 parent 8864caa commit 7116782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cloudql/client/artifact_sbom.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const (
1818
type ArtifactSbom struct {
1919
ImageURL string `json:"image_url"`
2020
ArtifactID string `json:"artifact_id"`
21+
Packages []string `json:"packages"`
2122
SbomSpdxJson interface{} `json:"sbom_spdx_json"`
2223
SbomCyclonedxJson interface{} `json:"sbom_cyclonedx_json"`
2324
}

0 commit comments

Comments
 (0)