pact-foundation / pact-ruby-cli

Amalgamated Pact Ruby CLI
https://pact.io
MIT License
12 stars 15 forks source link

chore: add audit workflow #102

Closed YOU54F closed 1 year ago

YOU54F commented 1 year ago

as per https://github.com/pact-foundation/pact-broker-docker/pull/128 && https://github.com/pact-foundation/pact-broker-docker/pull/130 - add an audit job on a cron, so we don't just find out at release time

YOU54F commented 1 year ago

closing in lieu of https://github.com/pact-foundation/pact-ruby-cli/commit/19b0a87d3e11542aedc18c2ccb4704a31f40fd62 which will run the audit during the test run

bethesque commented 1 year ago

How about adding a cron for the test run?

YOU54F commented 1 year ago

That sounds very sensible, the same was done on pact-php by a contributor, as otherwise contributors get a nasty shock if the build hasn't been run for a while and everything is bork

re: https://github.com/pact-foundation/pact-php/pull/253