Skip to content

Commit

Permalink
add to former commit
Browse files Browse the repository at this point in the history
Signed-off-by: rcohen <rcohen@armosec.io>
  • Loading branch information
rcohen committed Mar 30, 2023
1 parent 7740f29 commit d9d477c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions pkg/sbom/v1/sbom_spdx_storage_format.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,12 @@ import (

const (
// CreatorType should be one of "Person", "Organization", or "Tool"
labelPrefix = "kubescape.io"
Organization = "Organization"
Tool = "Tool"
Person = "Person"
KubescapeOrganizationName = "Kubescape"
KubescapeNodeAgentName = "KubescapeNodeAgent"
RelationshipContainType = "CONTAINS"
namespaceLabelKey = "/workload-namespace"
kindLabelKey = "/workload-kind"
nameLabelKey = "/workload-name"
containerNameLabelKey = "/workload-conatienr-name"
imageIDKeyForAnnotations = "imageID"
instanceIDKeyForAnnotations = "instanceID"
Organization = "Organization"
Tool = "Tool"
Person = "Person"
KubescapeOrganizationName = "Kubescape"
KubescapeNodeAgentName = "KubescapeNodeAgent"
RelationshipContainType = "CONTAINS"
)

type SBOMData struct {
Expand Down

0 comments on commit d9d477c

Please sign in to comment.