docs(get-images-from-files): document compose support (#28)
CD / Release (push) Successful in 5s
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:
@@ -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
|
||||
Reference in New Issue
Block a user