Module: Grafeas::V1::NoteKind
- Defined in:
- proto_docs/grafeas/v1/common.rb
Overview
Kind represents the kinds of notes supported.
Constant Summary collapse
- NOTE_KIND_UNSPECIFIED =
Default value. This value is unused.
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
- COMPLIANCE =
This represents a Compliance Note
9
- DSSE_ATTESTATION =
This represents a DSSE attestation Note
10
- VULNERABILITY_ASSESSMENT =
This represents a Vulnerability Assessment.
11
- SBOM_REFERENCE =
This represents an SBOM Reference.
12