package grafeas.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service GrafeasV1Beta1

grafeas.proto:52

[Grafeas](grafeas.io) API. Retrieves analysis results of Cloud components such as Docker container images. Analysis results are stored as a series of occurrences. An `Occurrence` contains information about a specific analysis instance on a resource. An occurrence refers to a `Note`. A note contains details describing the analysis and is generally stored in a separate project, called a `Provider`. Multiple occurrences can refer to the same note. For example, an SSL vulnerability could affect multiple images. In this case, there would be one note for the vulnerability and an occurrence for each image with the vulnerability referring to that note.

message Note

grafeas.proto:242

A type of analysis that can be done for a resource.

Used as response type in: GrafeasV1Beta1.CreateNote, GrafeasV1Beta1.GetNote, GrafeasV1Beta1.GetOccurrenceNote, GrafeasV1Beta1.UpdateNote

Used as field type in: BatchCreateNotesRequest, BatchCreateNotesResponse, CreateNoteRequest, ListNotesResponse, UpdateNoteRequest

enum NoteKind

common.proto:25

Kind represents the kinds of notes supported.

Used in: Note, Occurrence, discovery.Discovery

message Occurrence

grafeas.proto:178

An instance of an analysis type that has been found on a resource.

Used as response type in: GrafeasV1Beta1.CreateOccurrence, GrafeasV1Beta1.GetOccurrence, GrafeasV1Beta1.UpdateOccurrence

Used as field type in: BatchCreateOccurrencesRequest, BatchCreateOccurrencesResponse, CreateOccurrenceRequest, ListNoteOccurrencesResponse, ListOccurrencesResponse, UpdateOccurrenceRequest

message RelatedUrl

common.proto:45

Metadata for any related URL information.

Used in: Note, vulnerability.Details

message Resource

grafeas.proto:228

An entity that can have metadata. For example, a Docker image.

Used in: Occurrence, VulnerabilityOccurrencesSummary.FixableTotalByDigest

message VulnerabilityOccurrencesSummary.FixableTotalByDigest

grafeas.proto:491

Per resource and severity counts of fixable and total vulnerabilites.

Used in: VulnerabilityOccurrencesSummary