Module: Grafeas::V1::DiscoveryOccurrence::SBOMStatus::SBOMState

Defined in:
proto_docs/grafeas/v1/discovery.rb

Overview

An enum indicating the progress of the SBOM generation.

Constant Summary collapse

SBOM_STATE_UNSPECIFIED =

Default unknown state.

0
PENDING =

SBOM scanning is pending.

1
COMPLETE =

SBOM scanning has completed.

2