Skip to content

Commit

Permalink
pass argument in order
Browse files Browse the repository at this point in the history
Signed-off-by: Raziel Cohen <rcohen@armosec.io>
  • Loading branch information
Raziel Cohen committed May 4, 2023
1 parent 16f10b1 commit e387b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sbom/v1/sbom_spdx_storage_format.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func (sbom *SBOMData) storeAnnotations(wlidData, imageID string, instanceID inst

func (sbom *SBOMData) StoreMetadata(wlidData string, imageID string, instanceID instanceidhandler.IInstanceID) {
sbom.storeLabels(wlidData, instanceID)
sbom.storeAnnotations(imageID, wlidData, instanceID)
sbom.storeAnnotations(wlidData, imageID, instanceID)
}

func (sc *SBOMData) CleanResources() {
Expand Down

0 comments on commit e387b58

Please sign in to comment.