Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
infochimps-guard-chef
Advanced tools
= Guard::Chef
Chef guard allows to automatically & intelligently update roles, cookbooks, and databags for chef.
== Install
Please be sure to have {Guard}[https://github.com/guard/guard] installed before continue.
Install the gem:
gem install guard-chef
Add it to your Gemfile (inside test group):
gem 'guard-chef'
Add guard definition to your Guardfile by running this command:
guard init chef
== Usage
Please read {Guard usage doc}[https://github.com/guard/guard#readme]
== Guardfile
Bundler guard can be really be adapted to all kind of projects. Advice: place Bundler guard before other is recommended.
=== Standard
group 'backend' do
guard 'chef' do
watch(%r{^cookbooks/(.+)/})
watch(%r{^roles/(.+).rb})
watch(%r{^data_bags/(.+)/})
end
end
== Options
Nothing yet!
Please read {Guard doc}[https://github.com/guard/guard#readme] for more info about Guardfile DSL.
== Development
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.
== Authors
{Dreamr OKelly}[https://github.com/dreamr]
FAQs
Unknown package
We found that infochimps-guard-chef demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.