sbomCommit
Last updated
Represents commit information associated with a dependency reference.
type SbomCommit {
commitedAt: String
committerName: String
committerEmail: String
}commitedAt String
Date and time when the commit was made (ISO 8601 string)
committerName String
Name of the person who made the commit
committerEmail String
Email of the committer
Last updated
