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 "CycloneDX Dependency model."
use Protobuf,
full_name: "cyclonedx.v1_5.Dependency",
protoc_gen_elixir_version: "0.16.0",
syntax: :proto3
field(:ref, 1, type: :string)
field(:dependencies, 2, repeated: true, type: SBoM.CycloneDX.V15.Dependency)
end