refactor(get-images-from-files): to return json array
This commit is contained in:
@@ -61,4 +61,4 @@ jobs:
|
||||
|
||||
| Output | Description |
|
||||
| --------- | ----------------------------------------- |
|
||||
| `images` | Comma separated list of extracted image references. Only fully-qualified refs (with registry, e.g. `docker.io/library/alpine:latest`, `gcr.io/distroless/static:nonroot@sha256:...`) are included; short refs like `alpine:latest` are omitted. |
|
||||
| `images` | JSON array of extracted image reference strings (e.g. `["docker.io/library/alpine:latest","gcr.io/distroless/static:nonroot@sha256:..."]`). Only fully-qualified refs (with registry) are included; short refs like `alpine:latest` are omitted. Parse with `jq` (e.g. `jq -r '.[]'`) to iterate. |
|
||||
|
||||
Reference in New Issue
Block a user