Skip to content

Commit

Permalink
🧹 add aws org externalid type to sbom proto (#3160)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey authored Jan 30, 2024
1 parent e7953c8 commit d9762d9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
29 changes: 18 additions & 11 deletions sbom/sbom.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions sbom/sbom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ enum ExternalIDType {
// ARNs are used in various AWS services to refer to specific resources like
// IAM roles, S3 buckets, or EC2 instances.
EXTERNAL_ID_TYPE_AWS_ARN = 2;

// EXTERNAL_ID_TYPE_AWS_ORG denotes the organization to which the AWS Account
// and all subresources belong.
EXTERNAL_ID_TYPE_AWS_ORG = 3;
}

// ExternalID encapsulates an external identifier and its type. This structure
Expand Down

0 comments on commit d9762d9

Please sign in to comment.