sethvargo / ratchet

A tool for securing CI/CD workflows with version pinning.
Apache License 2.0
769 stars 32 forks source link

extend gitlabci parser to support services images #71

Closed nschnarr closed 5 months ago

nschnarr commented 5 months ago

Gitlab allows users to run multiple containers within a container with the services feature: https://docs.gitlab.com/ee/ci/services/

This pull request extends the gitlabci parser to find all of the images withing a services: definition.

sethvargo commented 5 months ago

@nschnarr can you sign your commits please?