Kind represents the kinds of notes supported.
| Enums | |
|---|---|
NOTE_KIND_UNSPECIFIED | Default value. This value is unused. |
VULNERABILITY | The note and occurrence represent a package vulnerability. |
BUILD | The note and occurrence assert build provenance. |
IMAGE | This represents an image basis relationship. |
PACKAGE | This represents a package installed via a package manager. |
DEPLOYMENT | The note and occurrence track deployment events. |
DISCOVERY | The note and occurrence track the initial discovery status of a resource. |
ATTESTATION | This represents a logical "role" that can attest to artifacts. |
INTOTO | This represents an in-toto link. |
SBOM | This represents a software bill of materials. |
SPDX_PACKAGE | This represents an SPDX Package. |
SPDX_FILE | This represents an SPDX File. |
SPDX_RELATIONSHIP | This represents an SPDX Relationship. |
VULNERABILITY_ASSESSMENT | This represents a Vulnerability Assessment. |
SBOM_REFERENCE | This represents an SBOM Reference. |