Current section

Files

Jump to
sbom lib sbom cyclonedx v15 dependency.pb.ex
Raw

lib/sbom/cyclonedx/v15/dependency.pb.ex

defmodule SBoM.Cyclonedx.V15.Dependency do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:ref, 1, type: :string)
field(:dependencies, 2, repeated: true, type: SBoM.Cyclonedx.V15.Dependency)
end