docker-attest-build-provenance/__tests__
Giorgi Meskhidze 284c3fc77e Add support for attesting multiple docker images
Fixes #454

Add support for passing a list of docker images to attest.

* **action.yml**
  - Add a new input parameter `subject-images` to accept a list of docker images.
  - Update the `runs` section to handle the `subject-images` input.

* **src/main.ts**
  - Import `parseMultiImageInput` function from `utils.ts`.
  - Add logic to handle the `subject-images` input and process multiple docker images for attestation.

* **README.md**
  - Update the documentation to include usage instructions for the `subject-images` input.
  - Add an example for attesting multiple docker images.

* **__tests__/main.test.ts**
  - Add test cases to verify the functionality of attesting multiple docker images using the `subject-images` input.

* **src/utils.ts**
  - Add a new file to include the `parseMultiImageInput` function to parse the `subject-images` input.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/attest-build-provenance/issues/454?shareId=XXXX-XXXX-XXXX-XXXX).
2025-02-03 11:43:56 -05:00
..
__snapshots__ dynamic construction of oidc issuer (#195) 2024-08-09 07:42:36 -07:00
index.test.ts bump eslint from 8.57.1 to 9.16.0 (#418) 2024-12-16 07:08:45 -08:00
main.test.ts Add support for attesting multiple docker images 2025-02-03 11:43:56 -05:00