Googleapis Containeranalysis
googleapis-containeranalysis is a generated connector for Google Container Analysis, a service for storing and querying metadata such as vulnerabilities and build information for container images.
- Base URL:
https://containeranalysis.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
containeranalysis_projects_occurrences_get— GET /v1beta1/{name} — Gets the specified occurrence.containeranalysis_projects_occurrences_getnotes— GET /v1beta1/{name}/notes — Gets the note attached to the specified occurrence. Consumer projects can use thcontaineranalysis_projects_notes_occurrences_lis— GET /v1beta1/{name}/occurrences — Lists occurrences referencing the specified note. Provider projects can use thiscontaineranalysis_projects_notes_list— GET /v1beta1/{parent}/notes — Lists notes for the specified project.containeranalysis_projects_occurrences_list— GET /v1beta1/{parent}/occurrences — Lists occurrences for the specified project.containeranalysis_projects_occurrences_getvulner— GET /v1beta1/{parent}/occurrences:vulnerabilitySummary — Gets a summary of the number and severity of occurrences.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: containeranalysis_projects_occurrences_get
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: containeranalysis_projects_occurrences_get, containeranalysis_projects_occurrences_getnotes, containeranalysis_projects_notes_occurrences_lis, containeranalysis_projects_notes_list, containeranalysis_projects_occurrences_list, containeranalysis_projects_occurrences_getvulner |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |