Module: Grafeas::V1::DiscoveryOccurrence::VulnerabilityAttestation::VulnerabilityAttestationState

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

Overview

An enum indicating the state of the attestation generation.

Constant Summary collapse

VULNERABILITY_ATTESTATION_STATE_UNSPECIFIED =

Default unknown state.

0
SUCCESS =

Attestation was successfully generated and stored.

1
FAILURE =

Attestation was unsuccessfully generated and stored.

2