docs(get-images-from-files): document compose support (#28)
CD / Release (push) Successful in 5s

get-images-from-files already supports compose files. This PR explicitly documents the compatibility and includes a test.

Reviewed-on: t.behrendt/trivy-actions#28
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #28.
This commit is contained in:
2026-02-05 15:29:37 +01:00
committed by t.behrendt
parent a076c9d732
commit 2269b09740
4 changed files with 17 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
# Used by CI to test get-images-from-files action (Docker Compose, registry refs only)
services:
web:
image: example.com/compose/web:v3
worker:
image: example.com/compose/worker:v3