Current section
Files
Jump to
Current section
Files
lib/sbom/cyclonedx/v15/evidence_identity.pb.ex
defmodule SBoM.Cyclonedx.V15.EvidenceIdentity do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:field, 1, type: SBoM.Cyclonedx.V15.EvidenceFieldType, enum: true)
field(:confidence, 2, proto3_optional: true, type: :float)
field(:methods, 3, repeated: true, type: SBoM.Cyclonedx.V15.EvidenceMethods)
field(:tools, 4, repeated: true, type: :string)
end