This is adding a --include-from option for CircleCI audits for users to control exactly which repositories to include in an audit. This is to help scenarios where customers have a large GitHub org (>5k repos) where only a portion are configured with CircleCI. By using this option, customers can mitigate any potential API limit concerns with running an audit.
What's changing?
This is adding a
--include-from
option for CircleCI audits for users to control exactly which repositories to include in an audit. This is to help scenarios where customers have a large GitHub org (>5k repos) where only a portion are configured with CircleCI. By using this option, customers can mitigate any potential API limit concerns with running an audit.How's this tested?
cc/ github/valet#4539