Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

scrutinizer-whitelist (1) Versions 1.1.0

Provides firewall access rules for Scrutinizer

Policyfile
Berkshelf
Knife
cookbook 'scrutinizer-whitelist', '~> 1.1.0', :supermarket
cookbook 'scrutinizer-whitelist', '~> 1.1.0'
knife supermarket install scrutinizer-whitelist
knife supermarket download scrutinizer-whitelist
README
Dependencies
Quality 33%

scrutinizer-whitelist

This cookbook provides iptables rules to grant access to the Scrutinizer CI platform, via the iptables-ng cookbook.

Usage

Include scrutinzer-whitelist in your run list.

Attributes

  • ['scrutinizer-whitelist']['source-url'] - The URL of the API endpoint where the IPs can be retrieved. Default "https://scrutinizer-ci.com/api/meta".
  • ['scrutinizer-whitelist']['priority'] - The priority at which to apply the rules. Ensure this is a lower number than any blocking rules. Default "05".
  • ['scrutinizer-whitelist']['ports'] - List of port numbers to open. Default [22].

Contributing

Comments, issues and pull requests are all welcome.

To get started working on the repo; fork it, clone it, install the gems and run the tests:

bundle install
bundle exec rake test

Supermarket share

stove is used to create git tags and publish the cookbook on supermarket.chef.io.

To tag/publish you need to be a contributor to the cookbook on Supermarket and run:

$ stove login --username  --key ~/.chef/.pem
$ rake publish

It will take the version defined in metadata.rb, create a tag, and push the cookbook to http://supermarket.chef.io/cookbooks/scrutinizer-whitelist

License and Author

Author:: Shane Auckland (sauckland@inviqa.com)

Copyright 2015, Inviqa

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Dependent cookbooks

iptables-ng ~> 2.2
sshd ~> 1.1

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.1.0 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.1.0 passed this metric

No Binaries Metric
            

1.1.0 passed this metric

Testing File Metric
            

1.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number