feat(get-images-from-files): add support for helm values (#29)
CD / Release (push) Successful in 13s
CD / Release (push) Successful in 13s
Adding support for images inside of helm value files as per helm convention. Limitation: Default images the chart may propose are not exposed and therefore not supported, only what's specifically mentioned in the values file. Reviewed-on: t.behrendt/trivy-actions#29 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 #29.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Used by CI to test get-images-from-files action (Helmfile values, fully-qualified refs only)
|
||||
# Simple convention: image.repository + image.tag
|
||||
image:
|
||||
repository: example.com/helmfile/app
|
||||
tag: "v4"
|
||||
|
||||
# Nested under images (repository + tag)
|
||||
images:
|
||||
worker:
|
||||
repository: example.com/helmfile/worker
|
||||
tag: "v5"
|
||||
helper:
|
||||
repository: example.com/myproject/helper
|
||||
tag: "2.0@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
|
||||
invalid-references:
|
||||
repository: example.com/helmfile/invalid-references
|
||||
Reference in New Issue
Block a user