Module: Grafeas::V1::NoteKind
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/common.rb
Overview
Kind represents the kinds of notes supported.
Constant Summary collapse
- NOTE_KIND_UNSPECIFIED =
Unknown.
0- VULNERABILITY =
The note and occurrence represent a package vulnerability.
1- BUILD =
The note and occurrence assert build provenance.
2- IMAGE =
This represents an image basis relationship.
3- PACKAGE =
This represents a package installed via a package manager.
4- DEPLOYMENT =
The note and occurrence track deployment events.
5- DISCOVERY =
The note and occurrence track the initial discovery status of a resource.
6- ATTESTATION =
This represents a logical "role" that can attest to artifacts.
7- UPGRADE =
This represents an available package upgrade.
8