2269b09740
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>
7 lines
193 B
YAML
7 lines
193 B
YAML
# 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
|