Current section

Files

Jump to
sbom lib sbom cyclonedx v16 declarations attestation.pb.ex
Raw

lib/sbom/cyclonedx/v16/declarations/attestation.pb.ex

defmodule SBoM.CycloneDX.V16.Declarations.Attestation do
@moduledoc """
Attestation
"""
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:summary, 1, proto3_optional: true, type: :string)
field(:assessor, 2, proto3_optional: true, type: :string)
field(:map, 3, repeated: true, type: SBoM.CycloneDX.V16.Declarations.Attestation.AttestationMap)
end