Snyk/container Images
@webframp/snyk/container-imagesv2026.07.19.1
01README
Snyk Container Images — container image scanning and vulnerability data
02Release Notes
2026.07.19.1
Added: Initial code-generated release of @webframp/snyk/container-images with 3 methods covering the Snyk container images API surface.
03Models
@webframp/snyk/container-imagesv2026.07.19.1snyk/container_images.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiToken | string | Snyk API token |
| orgId | string | Snyk organization ID |
| version | string | Snyk API version date |
fn list_container_image(image_ids?: string, platform?: enum, names?: string)
List instances of container image
| Argument | Type | Description |
|---|---|---|
| image_ids? | string | A comma-separated list of Image IDs |
| platform? | enum | The image Operating System and processor architecture |
| names? | string | The container registry names |
fn get_container_image(image_id: string)
Get instance of container image
| Argument | Type | Description |
|---|---|---|
| image_id | string | Image ID |
fn list_image_target_refs(image_id: string)
List instances of image target references for a container image
| Argument | Type | Description |
|---|---|---|
| image_id | string | Image ID |
Resources
container_image(infinite)— List instances of container image
image_target_refs(infinite)— List instances of image target references for a container image
04Stats
A
100 / 100
Downloads
0
Archive size
7.2 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels