We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8864caa commit 7116782Copy full SHA for 7116782
pkg/cloudql/client/artifact_sbom.go
@@ -18,6 +18,7 @@ const (
18
type ArtifactSbom struct {
19
ImageURL string `json:"image_url"`
20
ArtifactID string `json:"artifact_id"`
21
+ Packages []string `json:"packages"`
22
SbomSpdxJson interface{} `json:"sbom_spdx_json"`
23
SbomCyclonedxJson interface{} `json:"sbom_cyclonedx_json"`
24
}
0 commit comments