- Resource: Occurrence
- JSON representation
- Resource
- Hash
- HashType
- Details
- PackageIssue
- VexAssessment
- Details
- BuildProvenance
- Command
- Artifact
- Source
- FileHashes
- SourceContext
- CloudRepoSourceContext
- RepoId
- ProjectRepoId
- AliasContext
- Kind
- GerritSourceContext
- GitSourceContext
- InTotoSlsaProvenanceV1
- Subject
- SlsaProvenanceV1
- BuildDefinition
- ResourceDescriptor
- RunDetails
- ProvenanceBuilder
- BuildMetadata
- Details
- Derived
- Layer
- Directive
- Details
- Installation
- Location
- Details
- Deployment
- Platform
- Details
- Discovered
- ContinuousAnalysis
- AnalysisStatus
- AnalysisCompleted
- SBOMStatus
- SBOMState
- Details
- Attestation
- PgpSignedAttestation
- ContentType
- GenericSignedAttestation
- ContentType
- Signature
- Details
- Signature
- Link
- Artifact
- ArtifactHashes
- ByProducts
- Environment
- DocumentOccurrence
- PackageInfoOccurrence
- FileOccurrence
- RelationshipOccurrence
- SBOMReferenceOccurrence
- SbomReferenceIntotoPayload
- SbomReferenceIntotoPredicate
- EnvelopeSignature
- Envelope
- Methods
Resource: Occurrence
An instance of an analysis type that has been found on a resource.
JSON representation |
---|
{ "name": string, "resource": { object ( |
Fields | |
---|---|
name |
Output only. The name of the occurrence in the form of |
resource |
Required. Immutable. The resource for which the occurrence applies. |
noteName |
Required. Immutable. The analysis note associated with this occurrence, in the form of |
kind |
Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests. |
remediation |
A description of actions that can be taken to remedy the note. |
createTime |
Output only. The time this occurrence was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time this occurrence was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
envelope |
|
Union field details . Required. Immutable. Describes the details of the note kind found on this resource. details can be only one of the following: |
|
vulnerability |
Describes a security vulnerability. |
build |
Describes a verifiable build. |
derivedImage |
Describes how this resource derives from the basis in the associated note. |
installation |
Describes the installation of a package on the linked resource. |
deployment |
Describes the deployment of an artifact on a runtime. |
discovered |
Describes when a resource was discovered. |
attestation |
Describes an attestation of an artifact. |
intoto |
Describes a specific in-toto link. |
sbom |
Describes a specific software bill of materials document. |
spdxPackage |
Describes a specific SPDX Package. |
spdxFile |
Describes a specific SPDX File. |
spdxRelationship |
Describes a specific SPDX Relationship. |
sbomReference |
Describes a specific SBOM reference occurrences. |
Resource
An entity that can have metadata. For example, a Docker image.
JSON representation |
---|
{
"name": string,
"uri": string,
"contentHash": {
object ( |
Fields | |
---|---|
name |
Deprecated, do not use. Use uri instead. The name of the resource. For example, the name of a Docker image - "Debian". |
uri |
Required. The unique URI of the resource. For example, |
contentHash |
Deprecated, do not use. Use uri instead. The hash of the resource content. For example, the Docker digest. |
Hash
Container message for hash values.
JSON representation |
---|
{
"type": enum ( |
Fields | |
---|---|
type |
Required. The type of hash that was performed. |
value |
Required. The hash value. A base64-encoded string. |
HashType
Specifies the hash algorithm.
Enums | |
---|---|
HASH_TYPE_UNSPECIFIED |
Unknown. |
SHA256 |
A SHA-256 hash. |
GO_MODULE_H1 |
Dirhash of a Go module's source code which is then hex-encoded. See b/244466565 and https://github.com/in-toto/attestation/pull/108. |
SHA512 |
A SHA-512 hash. |
Details
Details of a vulnerability Occurrence.
JSON representation |
---|
{ "type": string, "severity": enum ( |
Fields | |
---|---|
type |
The type of package; whether native or non native(ruby gems, node.js packages etc) |
severity |
Output only. The note provider assigned Severity of the vulnerability. |
cvssScore |
Output only. The CVSS score of this vulnerability. CVSS score is on a scale of 0-10 where 0 indicates low severity and 10 indicates high severity. |
packageIssue[] |
Required. The set of affected locations and their fixes (if available) within the associated resource. |
shortDescription |
Output only. A one sentence description of this vulnerability. |
longDescription |
Output only. A detailed description of this vulnerability. |
relatedUrls[] |
Output only. URLs related to this vulnerability. |
effectiveSeverity |
The distro assigned severity for this vulnerability when it is available, and note provider assigned severity when distro has not yet assigned a severity for this vulnerability. When there are multiple PackageIssues for this vulnerability, they can have different effective severities because some might be provided by the distro while others are provided by the language ecosystem for a language pack. For this reason, it is advised to use the effective severity on the PackageIssue level. In the case where multiple PackageIssues have differing effective severities, this field should be the highest severity for any of the PackageIssues. |
cvssVersion |
Output only. CVSS version used to populate cvssScore and severity. |
vexAssessment |
|
cvssV2 |
The cvss v2 score for the vulnerability. |
cvssV3 |
The cvss v3 score for the vulnerability. |
extraDetails |
Occurrence-specific extra details about the vulnerability. |
PackageIssue
This message wraps a location affected by a vulnerability and its associated fix (if one is available).
JSON representation |
---|
{ "affectedLocation": { object ( |
Fields | |
---|---|
affectedLocation |
Required. The location of the vulnerability. |
fixedLocation |
The location of the available fix for vulnerability. |
severityName |
Deprecated, use Details.effective_severity instead The severity (e.g., distro assigned severity) for this vulnerability. |
packageType |
The type of package (e.g. OS, MAVEN, GO). |
effectiveSeverity |
Output only. The distro or language system assigned severity for this vulnerability when that is available and note provider assigned severity when it is not available. |
VexAssessment
VexAssessment provides all publisher provided Vex information that is related to this vulnerability.
JSON representation |
---|
{ "cve": string, "vulnerabilityId": string, "relatedUris": [ { object ( |
Fields | |
---|---|
cve |
Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability. Deprecated: Use vulnerabilityId instead to denote CVEs. |
vulnerabilityId |
The vulnerability identifier for this Assessment. Will hold one of common identifiers e.g. CVE, GHSA etc. |
relatedUris[] |
Holds a list of references associated with this vulnerability item and assessment. |
noteName |
The VulnerabilityAssessment note from which this VexAssessment was generated. This will be of the form: |
state |
Provides the state of this Vulnerability assessment. |
impacts[] |
Contains information about the impact of this vulnerability, this will change with time. |
remediations[] |
Specifies details on how to handle (and presumably, fix) a vulnerability. |
justification |
Justification provides the justification when the state of the assessment if NOT_AFFECTED. |
Details
Details of a build occurrence.
JSON representation |
---|
{ "provenance": { object ( |
Fields | |
---|---|
provenance |
Required. The actual provenance for the build. |
provenanceBytes |
Serialized JSON representation of the provenance, used in generating the build signature in the corresponding build note. After verifying the signature, The serialized form is captured both to avoid ambiguity in how the provenance is marshalled to json as well to prevent incompatibilities with future changes. |
inTotoSlsaProvenanceV1 |
|
BuildProvenance
Provenance of a build. Contains all information needed to verify the full details about the build from source to completion.
JSON representation |
---|
{ "id": string, "projectId": string, "commands": [ { object ( |
Fields | |
---|---|
id |
Required. Unique identifier of the build. |
projectId |
ID of the project. |
commands[] |
Commands requested by the build. |
builtArtifacts[] |
Output of the build. |
createTime |
Time at which the build was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
startTime |
Time at which execution of the build was started. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
Time at which execution of the build was finished. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
creator |
E-mail address of the user who initiated this build. Note that this was the user's e-mail address at the time the build was initiated; this address may not represent the same end-user for all time. |
logsUri |
URI where any logs for this provenance were written. |
sourceProvenance |
Details of the Source input to the build. |
triggerId |
Trigger identifier if the build was triggered automatically; empty if not. |
buildOptions |
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details. An object containing a list of |
builderVersion |
Version string of the builder at the time this build was executed. |
Command
Command describes a step performed as part of the build pipeline.
JSON representation |
---|
{ "name": string, "env": [ string ], "args": [ string ], "dir": string, "id": string, "waitFor": [ string ] } |
Fields | |
---|---|
name |
Required. Name of the command, as presented on the command line, or if the command is packaged as a Docker container, as presented to |
env[] |
Environment variables set before running this command. |
args[] |
Command-line arguments used when executing this command. |
dir |
Working directory (relative to project source root) used when running this command. |
id |
Optional unique identifier for this command, used in waitFor to reference this command as a dependency. |
waitFor[] |
The ID(s) of the command(s) that this command depends on. |
Artifact
Artifact describes a build product.
JSON representation |
---|
{ "checksum": string, "id": string, "names": [ string ] } |
Fields | |
---|---|
checksum |
Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container. |
id |
Artifact ID, if any; for container images, this will be a URL by digest like |
names[] |
Related artifact names. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented to |
Source
Source describes the location of the source used for the build.
JSON representation |
---|
{ "artifactStorageSourceUri": string, "fileHashes": { string: { object ( |
Fields | |
---|---|
artifactStorageSourceUri |
If provided, the input binary artifacts for the build came from this location. |
fileHashes |
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file. An object containing a list of |
context |
If provided, the source code used for the build came from this location. |
additionalContexts[] |
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. This list will not include the context specified in the context field. |
FileHashes
Container message for hashes of byte content of files, used in source messages to verify integrity of source input to the build.
JSON representation |
---|
{
"fileHash": [
{
object ( |
Fields | |
---|---|
fileHash[] |
Required. Collection of file hashes. |
SourceContext
A SourceContext is a reference to a tree of files. A SourceContext together with a path point to a unique revision of a single file or directory.
JSON representation |
---|
{ "labels": { string: string, ... }, // Union field |
Fields | |
---|---|
labels |
Labels with user defined metadata. An object containing a list of |
Union field context . A SourceContext can refer any one of the following types of repositories. context can be only one of the following: |
|
cloudRepo |
A SourceContext referring to a revision in a Google Cloud Source Repo. |
gerrit |
A SourceContext referring to a Gerrit project. |
git |
A SourceContext referring to any third party Git repo (e.g., GitHub). |
CloudRepoSourceContext
A CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.
JSON representation |
---|
{ "repoId": { object ( |
Fields | |
---|---|
repoId |
The ID of the repo. |
Union field revision . A revision in a Cloud Repo can be identified by either its revision ID or its alias. revision can be only one of the following: |
|
revisionId |
A revision ID. |
aliasContext |
An alias, which may be a branch or tag. |
RepoId
A unique identifier for a Cloud Repo.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field id . A cloud repo can be identified by either its project ID and repository name combination, or its globally unique identifier. id can be only one of the following: |
|
projectRepoId |
A combination of a project ID and a repo name. |
uid |
A server-assigned, globally unique identifier. |
ProjectRepoId
Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.
JSON representation |
---|
{ "projectId": string, "repoName": string } |
Fields | |
---|---|
projectId |
The ID of the project. |
repoName |
The name of the repo. Leave empty for the default repo. |
AliasContext
An alias to a repo revision.
JSON representation |
---|
{
"kind": enum ( |
Fields | |
---|---|
kind |
The alias kind. |
name |
The alias name. |
Kind
The type of an alias.
Enums | |
---|---|
KIND_UNSPECIFIED |
Unknown. |
FIXED |
Git tag. |
MOVABLE |
Git branch. |
OTHER |
Used to specify non-standard aliases. For example, if a Git repo has a ref named "refs/foo/bar". |
GerritSourceContext
A SourceContext referring to a Gerrit project.
JSON representation |
---|
{ "hostUri": string, "gerritProject": string, // Union field |
Fields | |
---|---|
hostUri |
The URI of a running Gerrit instance. |
gerritProject |
The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is the hostURI/project. |
Union field revision . A revision in a Gerrit project can be identified by either its revision ID or its alias. revision can be only one of the following: |
|
revisionId |
A revision (commit) ID. |
aliasContext |
An alias, which may be a branch or tag. |
GitSourceContext
A GitSourceContext denotes a particular revision in a third party Git repository (e.g., GitHub).
JSON representation |
---|
{ "url": string, "revisionId": string } |
Fields | |
---|---|
url |
Git repository URL. |
revisionId |
Git commit hash. |
InTotoSlsaProvenanceV1
JSON representation |
---|
{ "_type": string, "subject": [ { object ( |
Fields | |
---|---|
_type |
InToto spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement |
subject[] |
|
predicateType |
|
predicate |
|
Subject
Set of software artifacts that the attestation applies to. Each element represents a single software artifact.
JSON representation |
---|
{ "name": string, "digest": { string: string, ... } } |
Fields | |
---|---|
name |
Identifier to distinguish this artifact from others within the subject. |
digest |
An object containing a list of |
SlsaProvenanceV1
Keep in sync with schema at https://github.com/slsa-framework/slsa/blob/main/docs/provenance/schema/v1/provenance.proto Builder renamed to ProvenanceBuilder because of Java conflicts.
JSON representation |
---|
{ "buildDefinition": { object ( |
Fields | |
---|---|
buildDefinition |
|
runDetails |
|
BuildDefinition
JSON representation |
---|
{
"buildType": string,
"externalParameters": {
object
},
"internalParameters": {
object
},
"resolvedDependencies": [
{
object ( |
Fields | |
---|---|
buildType |
|
externalParameters |
|
internalParameters |
|
resolvedDependencies[] |
|
ResourceDescriptor
JSON representation |
---|
{ "name": string, "uri": string, "digest": { string: string, ... }, "content": string, "downloadLocation": string, "mediaType": string, "annotations": { string: value, ... } } |
Fields | |
---|---|
name |
|
uri |
|
digest |
An object containing a list of |
content |
A base64-encoded string. |
downloadLocation |
|
mediaType |
|
annotations |
An object containing a list of |
RunDetails
JSON representation |
---|
{ "builder": { object ( |
Fields | |
---|---|
builder |
|
metadata |
|
byproducts[] |
|
ProvenanceBuilder
JSON representation |
---|
{
"id": string,
"version": {
string: string,
...
},
"builderDependencies": [
{
object ( |
Fields | |
---|---|
id |
|
version |
An object containing a list of |
builderDependencies[] |
|
BuildMetadata
JSON representation |
---|
{ "invocationId": string, "startedOn": string, "finishedOn": string } |
Fields | |
---|---|
invocationId |
|
startedOn |
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
finishedOn |
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Details
Details of an image occurrence.
JSON representation |
---|
{
"derivedImage": {
object ( |
Fields | |
---|---|
derivedImage |
Required. Immutable. The child image derived from the base image. |
Derived
Derived describes the derived image portion (Occurrence) of the DockerImage relationship. This image would be produced from a Dockerfile with FROM <DockerImage.Basis in attached Note>.
JSON representation |
---|
{ "fingerprint": { object ( |
Fields | |
---|---|
fingerprint |
Required. The fingerprint of the derived image. |
distance |
Output only. The number of layers by which this image differs from the associated image basis. |
layerInfo[] |
This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer. |
baseResourceUrl |
Output only. This contains the base image URL for the derived image occurrence. |
Layer
Layer holds metadata specific to a layer of a Docker image.
JSON representation |
---|
{
"directive": enum ( |
Fields | |
---|---|
directive |
Required. The recovered Dockerfile directive used to construct this layer. |
arguments |
The recovered arguments to the Dockerfile directive. |
Directive
Instructions from Dockerfile.
Details
Details of a package occurrence.
JSON representation |
---|
{
"installation": {
object ( |
Fields | |
---|---|
installation |
Required. Where the package was installed. |
Installation
This represents how a particular software package may be installed on a system.
JSON representation |
---|
{ "name": string, "location": [ { object ( |
Fields | |
---|---|
name |
Required. Output only. The name of the installed package. |
location[] |
All of the places within the filesystem versions of this package have been found. |
packageType |
Output only. The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.). |
cpeUri |
Output only. The cpeUri in CPE format denoting the package manager version distributing a package. The cpeUri will be blank for language packages. |
architecture |
Output only. The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages. |
license |
Licenses that have been declared by the authors of the package. |
version |
Output only. The version of the package. |
Location
An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in /var/lib/dpkg/status
.
JSON representation |
---|
{
"cpeUri": string,
"version": {
object ( |
Fields | |
---|---|
cpeUri |
Deprecated. The CPE URI in CPE format denoting the package manager version distributing a package. |
version |
Deprecated. The version installed at this location. |
path |
The path from which we gathered that this package/version is installed. |
Details
Details of a deployment occurrence.
JSON representation |
---|
{
"deployment": {
object ( |
Fields | |
---|---|
deployment |
Required. Deployment history for the resource. |
Deployment
The period during which some deployable was active in a runtime.
JSON representation |
---|
{
"userEmail": string,
"deployTime": string,
"undeployTime": string,
"config": string,
"address": string,
"resourceUri": [
string
],
"platform": enum ( |
Fields | |
---|---|
userEmail |
Identity of the user that triggered this deployment. |
deployTime |
Required. Beginning of the lifetime of this deployment. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
undeployTime |
End of the lifetime of this deployment. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
config |
Configuration used to create this deployment. |
address |
Address of the runtime element hosting this deployment. |
resourceUri[] |
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name. |
platform |
Platform hosting this deployment. |
Platform
Types of platforms.
Enums | |
---|---|
PLATFORM_UNSPECIFIED |
Unknown. |
GKE |
Google Container Engine. |
FLEX |
Google App Engine: Flexible Environment. |
CUSTOM |
Custom user-defined platform. |
Details
Details of a discovery occurrence.
JSON representation |
---|
{
"discovered": {
object ( |
Fields | |
---|---|
discovered |
Required. Analysis status for the discovered resource. |
Discovered
Provides information about the analysis status of a discovered resource.
JSON representation |
---|
{ "continuousAnalysis": enum ( |
Fields | |
---|---|
continuousAnalysis |
Whether the resource is continuously analyzed. |
lastAnalysisTime |
The last time continuous analysis was done for this resource. Deprecated, do not use. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
analysisStatus |
The status of discovery for the resource. |
analysisCompleted |
|
analysisError[] |
Indicates any errors encountered during analysis of a resource. There could be 0 or more of these errors. |
analysisStatusError |
When an error is encountered this will contain a LocalizedMessage under details to show to the user. The LocalizedMessage is output only and populated by the API. |
sbomStatus |
The status of an SBOM generation. |
lastScanTime |
The last time this resource was scanned. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
ContinuousAnalysis
Whether the resource is continuously analyzed.
Enums | |
---|---|
CONTINUOUS_ANALYSIS_UNSPECIFIED |
Unknown. |
ACTIVE |
The resource is continuously analyzed. |
INACTIVE |
The resource is ignored for continuous analysis. |
AnalysisStatus
Analysis status for a resource. Currently for initial analysis only (not updated in continuous analysis).
Enums | |
---|---|
ANALYSIS_STATUS_UNSPECIFIED |
Unknown. |
PENDING |
Resource is known but no action has been taken yet. |
SCANNING |
Resource is being analyzed. |
FINISHED_SUCCESS |
Analysis has finished successfully. |
COMPLETE |
Analysis has completed. |
FINISHED_FAILED |
Analysis has finished unsuccessfully, the analysis itself is in a bad state. |
FINISHED_UNSUPPORTED |
The resource is known not to be supported |
AnalysisCompleted
Indicates which analysis completed successfully. Multiple types of analysis can be performed on a single resource.
JSON representation |
---|
{ "analysisType": [ string ] } |
Fields | |
---|---|
analysisType[] |
|
SBOMStatus
The status of an SBOM generation.
JSON representation |
---|
{
"sbomState": enum ( |
Fields | |
---|---|
sbomState |
The progress of the SBOM generation. |
error |
If there was an error generating an SBOM, this will indicate what that error was. |
SBOMState
An enum indicating the progress of the SBOM generation.
Enums | |
---|---|
SBOM_STATE_UNSPECIFIED |
Default unknown state. |
PENDING |
SBOM scanning is pending. |
COMPLETE |
SBOM scanning has completed. |
Details
Details of an attestation occurrence.
JSON representation |
---|
{
"attestation": {
object ( |
Fields | |
---|---|
attestation |
Required. Attestation for the resource. |
Attestation
Occurrence that represents a single "attestation". The authenticity of an attestation can be verified using the attached signature. If the verifier trusts the public key of the signer, then verifying the signature is sufficient to establish trust. In this circumstance, the authority to which this attestation is attached is primarily useful for look-up (how to find this attestation if you already know the authority and artifact to be verified) and intent (which authority was this attestation intended to sign for).
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field signature . Required. The signature, generally over the resource_url , that verifies this attestation. The semantics of the signature veracity are ultimately determined by the verification engine. signature can be only one of the following: |
|
pgpSignedAttestation |
A PGP signed attestation. |
genericSignedAttestation |
|
PgpSignedAttestation
An attestation wrapper with a PGP-compatible signature. This message only supports ATTACHED
signatures, where the payload that is signed is included alongside the signature itself in the same file.
JSON representation |
---|
{ "signature": string, "contentType": enum ( |
Fields | |
---|---|
signature |
Required. The raw content of the signature, as output by GNU Privacy Guard (GPG) or equivalent. Since this message only supports attached signatures, the payload that was signed must be attached. While the signature format supported is dependent on the verification implementation, currently only ASCII-armored ( |
contentType |
Type (for example schema) of the attestation payload that was signed. The verifier must ensure that the provided type is one that the verifier supports, and that the attestation payload is a valid instantiation of that type (for example by validating a JSON schema). |
Union field key_id . This field is used by verifiers to select the public key used to validate the signature. Note that the policy of the verifier ultimately determines which public keys verify a signature based on the context of the verification. There is no guarantee validation will succeed if the verifier has no key matching this ID, even if it has a key under a different ID that would verify the signature. Note that this ID should also be present in the signature content above, but that is not expected to be used by the verifier. key_id can be only one of the following: |
|
pgpKeyId |
The cryptographic fingerprint of the key used to generate the signature, as output by, e.g.
Above, the fingerprint is |
ContentType
Type (for example schema) of the attestation payload that was signed.
Enums | |
---|---|
CONTENT_TYPE_UNSPECIFIED |
ContentType is not set. |
SIMPLE_SIGNING_JSON |
Atomic format attestation signature. See https://github.com/containers/image/blob/8a5d2f82a6e3263290c8e0276c3e0f64e77723e7/docs/atomic-signature.md The payload extracted from signature is a JSON blob conforming to the linked schema. |
GenericSignedAttestation
An attestation wrapper that uses the Grafeas Signature
message. This attestation must define the serializedPayload
that the signatures
verify and any metadata necessary to interpret that plaintext. The signatures should always be over the serializedPayload
bytestring.
JSON representation |
---|
{ "contentType": enum ( |
Fields | |
---|---|
contentType |
Type (for example schema) of the attestation payload that was signed. The verifier must ensure that the provided type is one that the verifier supports, and that the attestation payload is a valid instantiation of that type (for example by validating a JSON schema). |
serializedPayload |
The serialized payload that is verified by one or more A base64-encoded string. |
signatures[] |
One or more signatures over |
ContentType
Type of the attestation plaintext that was signed.
Enums | |
---|---|
CONTENT_TYPE_UNSPECIFIED |
ContentType is not set. |
SIMPLE_SIGNING_JSON |
Atomic format attestation signature. See https://github.com/containers/image/blob/8a5d2f82a6e3263290c8e0276c3e0f64e77723e7/docs/atomic-signature.md The payload extracted in plaintext is a JSON blob conforming to the linked schema. |
Signature
Verifiers (e.g. Kritis implementations) MUST verify signatures with respect to the trust anchors defined in policy (e.g. a Kritis policy). Typically this means that the verifier has been configured with a map from publicKeyId
to public key material (and any required parameters, e.g. signing algorithm).
In particular, verification implementations MUST NOT treat the signature publicKeyId
as anything more than a key lookup hint. The publicKeyId
DOES NOT validate or authenticate a public key; it only provides a mechanism for quickly selecting a public key ALREADY CONFIGURED on the verifier through a trusted channel. Verification implementations MUST reject signatures in any of the following circumstances: * The publicKeyId
is not recognized by the verifier. * The public key that publicKeyId
refers to does not verify the signature with respect to the payload.
The signature
contents SHOULD NOT be "attached" (where the payload is included with the serialized signature
bytes). Verifiers MUST ignore any "attached" payload and only verify signatures with respect to explicitly provided payload (e.g. a payload
field on the proto message that holds this Signature, or the canonical serialization of the proto message that holds this signature).
JSON representation |
---|
{ "signature": string, "publicKeyId": string } |
Fields | |
---|---|
signature |
The content of the signature, an opaque bytestring. The payload that this signature verifies MUST be unambiguously provided with the Signature during verification. A wrapper message might provide the payload explicitly. Alternatively, a message might have a canonical serialization that can always be unambiguously computed to derive the payload. A base64-encoded string. |
publicKeyId |
The identifier for the public key that verifies this signature. * The Examples of valid OpenPGP V4 public key fingerprint: * "openpgp4fpr:74FAF3B861BDA0870C7B6DEF607E48D2A663AEEA" See https://www.iana.org/assignments/uri-schemes/prov/openpgp4fpr for more details on this scheme. RFC6920 digest-named SubjectPublicKeyInfo (digest of the DER serialization): * "ni:///sha-256;cD9o9Cq6LG3jD0iKXqEi_vdjJGecm_iXkbqVoScViaU" * "nih:///sha-256;703f68f42aba2c6de30f488a5ea122fef76324679c9bf89791ba95a1271589a5" |
Details
This corresponds to a signed in-toto link - it is made up of one or more signatures and the in-toto link itself. This is used for occurrences of a Grafeas in-toto note.
JSON representation |
---|
{ "signatures": [ { object ( |
Fields | |
---|---|
signatures[] |
|
signed |
|
Signature
A signature object consists of the KeyID used and the signature itself.
JSON representation |
---|
{ "keyid": string, "sig": string } |
Fields | |
---|---|
keyid |
|
sig |
|
Link
This corresponds to an in-toto link.
JSON representation |
---|
{ "command": [ string ], "materials": [ { object ( |
Fields | |
---|---|
command[] |
This field contains the full command executed for the step. This can also be empty if links are generated for operations that aren't directly mapped to a specific command. Each term in the command is an independent string in the list. An example of a command in the in-toto metadata field is: "command": ["git", "clone", "https://github.com/in-toto/demo-project.git"] |
materials[] |
Materials are the supply chain artifacts that go into the step and are used for the operation performed. The key of the map is the path of the artifact and the structure contains the recorded hash information. An example is: "materials": [ { "resourceUri": "foo/bar", "hashes": { "sha256": "ebebf...", |
products[] |
Products are the supply chain artifacts generated as a result of the step. The structure is identical to that of materials. |
byproducts |
ByProducts are data generated as part of a software supply chain step, but are not the actual result of the step. |
environment |
This is a field that can be used to capture information about the environment. It is suggested for this field to contain information that details environment variables, filesystem information, and the present working directory. The recommended structure of this field is: "environment": { "customValues": { "variables": " |
Artifact
JSON representation |
---|
{
"resourceUri": string,
"hashes": {
object ( |
Fields | |
---|---|
resourceUri |
|
hashes |
|
ArtifactHashes
Defines a hash object for use in Materials and Products.
JSON representation |
---|
{ "sha256": string } |
Fields | |
---|---|
sha256 |
|
ByProducts
Defines an object for the byproducts field in in-toto links. The suggested fields are "stderr", "stdout", and "return-value".
JSON representation |
---|
{ "customValues": { string: string, ... } } |
Fields | |
---|---|
customValues |
An object containing a list of |
Environment
Defines an object for the environment field in in-toto links. The suggested fields are "variables", "filesystem", and "workdir".
JSON representation |
---|
{ "customValues": { string: string, ... } } |
Fields | |
---|---|
customValues |
An object containing a list of |
DocumentOccurrence
DocumentOccurrence represents an SPDX Document Creation Information section: https://spdx.github.io/spdx-spec/2-document-creation-information/
JSON representation |
---|
{ "id": string, "title": string, "namespace": string, "externalDocumentRefs": [ string ], "licenseListVersion": string, "creators": [ string ], "createTime": string, "creatorComment": string, "documentComment": string } |
Fields | |
---|---|
id |
Identify the current SPDX document which may be referenced in relationships by other files, packages internally and documents externally |
title |
Identify name of this document as designated by creator |
namespace |
Provide an SPDX document specific namespace as a unique absolute Uniform Resource Identifier (URI) as specified in RFC-3986, with the exception of the ‘#’ delimiter |
externalDocumentRefs[] |
Identify any external SPDX documents referenced within this SPDX document |
licenseListVersion |
A field for creators of the SPDX file to provide the version of the SPDX License List used when the SPDX file was created |
creators[] |
Identify who (or what, in the case of a tool) created the SPDX file. If the SPDX file was created by an individual, indicate the person's name |
createTime |
Identify when the SPDX file was originally created. The date is to be specified according to combined date and time in UTC format as specified in ISO 8601 standard A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
creatorComment |
A field for creators of the SPDX file to provide general comments about the creation of the SPDX file or any other relevant comment not included in the other fields |
documentComment |
A field for creators of the SPDX file content to provide comments to the consumers of the SPDX document |
PackageInfoOccurrence
PackageInfoOccurrence represents an SPDX Package Information section: https://spdx.github.io/spdx-spec/3-package-information/
JSON representation |
---|
{
"id": string,
"filename": string,
"sourceInfo": string,
"licenseConcluded": {
object ( |
Fields | |
---|---|
id |
Uniquely identify any element in an SPDX document which may be referenced by other elements |
filename |
Provide the actual file name of the package, or path of the directory being treated as a package |
sourceInfo |
Provide a place for the SPDX file creator to record any relevant background information or additional comments about the origin of the package |
licenseConcluded |
package or alternative values, if the governing license cannot be determined |
comment |
A place for the SPDX file creator to record any general comments about the package being described |
packageType |
Output only. The type of package: OS, MAVEN, GO, GO_STDLIB, etc. |
title |
Output only. Identify the full name of the package as given by the Package Originator |
version |
Output only. Identify the version of the package |
homePage |
Output only. Provide a place for the SPDX file creator to record a web site that serves as the package's home page |
summaryDescription |
Output only. A short description of the package |
FileOccurrence
FileOccurrence represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/
JSON representation |
---|
{
"id": string,
"licenseConcluded": {
object ( |
Fields | |
---|---|
id |
Uniquely identify any element in an SPDX document which may be referenced by other elements |
licenseConcluded |
This field contains the license the SPDX file creator has concluded as governing the file or alternative values if the governing license cannot be determined |
filesLicenseInfo[] |
This field contains the license information actually found in the file, if any |
copyright |
Identify the copyright holder of the file, as well as any dates present |
comment |
This field provides a place for the SPDX file creator to record any general comments about the file |
notice |
This field provides a place for the SPDX file creator to record license notices or other such related notices found in the file |
contributors[] |
This field provides a place for the SPDX file creator to record file contributors |
attributions[] |
This field provides a place for the SPDX data creator to record, at the file level, acknowledgements that may be needed to be communicated in some contexts |
RelationshipOccurrence
RelationshipOccurrence represents an SPDX Relationship section: https://spdx.github.io/spdx-spec/7-relationships-between-SPDX-elements/
JSON representation |
---|
{
"source": string,
"target": string,
"type": enum ( |
Fields | |
---|---|
source |
Also referred to as SPDXRef-A The source SPDX element (file, package, etc) |
target |
Also referred to as SPDXRef-B The target SPDC element (file, package, etc) In cases where there are "known unknowns", the use of the keyword NOASSERTION can be used The keywords NONE can be used to indicate that an SPDX element (package/file/snippet) has no other elements connected by some relationship to it |
type |
Output only. The type of relationship between the source and target SPDX elements |
comment |
A place for the SPDX file creator to record any general comments about the relationship |
SBOMReferenceOccurrence
The occurrence representing an SBOM reference as applied to a specific resource. The occurrence follows the DSSE specification. See https://github.com/secure-systems-lab/dsse/blob/master/envelope.md for more details.
JSON representation |
---|
{ "payload": { object ( |
Fields | |
---|---|
payload |
The actual payload that contains the SBOM reference data. |
payloadType |
The kind of payload that SbomReferenceIntotoPayload takes. Since it's in the intoto format, this value is expected to be 'application/vnd.in-toto+json'. |
signatures[] |
The signatures over the payload. |
SbomReferenceIntotoPayload
The actual payload that contains the SBOM Reference data. The payload follows the intoto statement specification. See https://github.com/in-toto/attestation/blob/main/spec/v1.0/statement.md for more details.
JSON representation |
---|
{ "_type": string, "predicateType": string, "subject": [ { object ( |
Fields | |
---|---|
_type |
Identifier for the schema of the Statement. |
predicateType |
URI identifying the type of the Predicate. |
subject[] |
Set of software artifacts that the attestation applies to. Each element represents a single software artifact. |
predicate |
Additional parameters of the Predicate. Includes the actual data about the SBOM. |
SbomReferenceIntotoPredicate
A predicate which describes the SBOM being referenced.
JSON representation |
---|
{ "referrerId": string, "location": string, "mimeType": string, "digest": { string: string, ... } } |
Fields | |
---|---|
referrerId |
The person or system referring this predicate to the consumer. |
location |
The location of the SBOM. |
mimeType |
The mime type of the SBOM. |
digest |
A map of algorithm to digest of the contents of the SBOM. An object containing a list of |
EnvelopeSignature
JSON representation |
---|
{ "sig": string, "keyid": string } |
Fields | |
---|---|
sig |
A base64-encoded string. |
keyid |
|
Envelope
MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.
JSON representation |
---|
{
"payload": string,
"payloadType": string,
"signatures": [
{
object ( |
Fields | |
---|---|
payload |
A base64-encoded string. |
payloadType |
|
signatures[] |
|
Methods |
|
---|---|
|
Creates new occurrences in batch. |
|
Creates a new occurrence. |
|
Deletes the specified occurrence. |
|
Gets the specified occurrence. |
|
Gets the access control policy for a note or an occurrence resource. |
|
Gets the note attached to the specified occurrence. |
|
Gets a summary of the number and severity of occurrences. |
|
Lists occurrences for the specified project. |
|
Updates the specified occurrence. |
|
Sets the access control policy on the specified note or occurrence. |
|
Returns the permissions that a caller has on the specified note or occurrence. |