View Source GitHub.Dependabot.Alert.Dependency (GitHub REST API Client v0.3.0)

Provides struct and type for a Dependabot.Alert.Dependency

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Dependabot.Alert.Dependency{
  __info__: map(),
  manifest_path: String.t() | nil,
  package: GitHub.Dependabot.Alert.Package.t() | nil,
  scope: String.t() | nil
}