sbomCommit

Represents commit information associated with a dependency reference.

Examples

type SbomCommit {
  commitedAt: String
  committerName: String
  committerEmail: String
}

Fields

Field
Description
Supported fields

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

References

Fields with this object:

Last updated