sethvargo / ratchet

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

Support multiple files as inputs #64

Closed sethvargo closed 7 months ago

sethvargo commented 7 months ago

This is a refactor to enable Ratchet to support multiple files in a single run. All files are parsed once (to limit upstream API calls) and then updated in serial.

Closes https://github.com/sethvargo/ratchet/pull/29