Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion containeranalysis/v1/containeranalysis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@
}
}
},
"revision": "20251004",
"revision": "20251030",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -3640,6 +3640,11 @@
"description": "An image built by the pipeline.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"digest": {
"description": "Docker Registry 2.0 digest.",
"type": "string"
Expand Down Expand Up @@ -4166,6 +4171,11 @@
"description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"fileHashes": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
"description": "Hash types and values of the Go Module Artifact."
Expand All @@ -4186,6 +4196,11 @@
"description": "A Maven artifact uploaded using the MavenArtifact directive.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"fileHashes": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
"description": "Hash types and values of the Maven Artifact."
Expand All @@ -4206,6 +4221,11 @@
"description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"fileHashes": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
"description": "Hash types and values of the npm package."
Expand All @@ -4226,6 +4246,11 @@
"description": "Artifact uploaded using the PythonPackage directive.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"fileHashes": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
"description": "Hash types and values of the Python Artifact."
Expand Down
59 changes: 37 additions & 22 deletions containeranalysis/v1/containeranalysis-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 26 additions & 1 deletion containeranalysis/v1alpha1/containeranalysis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@
}
}
},
"revision": "20250928",
"revision": "20251030",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AnalysisCompleted": {
Expand Down Expand Up @@ -3184,6 +3184,11 @@
"description": "An image built by the pipeline.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"digest": {
"description": "Docker Registry 2.0 digest.",
"type": "string"
Expand Down Expand Up @@ -3710,6 +3715,11 @@
"description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"fileHashes": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
"description": "Hash types and values of the Go Module Artifact."
Expand All @@ -3730,6 +3740,11 @@
"description": "A Maven artifact uploaded using the MavenArtifact directive.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"fileHashes": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
"description": "Hash types and values of the Maven Artifact."
Expand All @@ -3750,6 +3765,11 @@
"description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"fileHashes": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
"description": "Hash types and values of the npm package."
Expand All @@ -3770,6 +3790,11 @@
"description": "Artifact uploaded using the PythonPackage directive.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage",
"properties": {
"artifactRegistryPackage": {
"description": "Output only. Path to the artifact in Artifact Registry.",
"readOnly": true,
"type": "string"
},
"fileHashes": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
"description": "Hash types and values of the Python Artifact."
Expand Down
Loading