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.
Several AWS-related provisioners for Furnish:
For usage, see the documentation for each Provisioner class. For general Furnish usage, see the Furnish documentation.
Tests do not use mocks. They are built in a way to do a minimum amount of API traffic, but traffic does happen, machines and other resources get provisioned, and yes, your card will be charged as a result of that.
Acknowledging that and still willing to test, there are two things you need to do to get tests to run:
touch .acknowledged
in the root of the repo - this more or less indicates
you read the above..aws-env
and put some ruby in it that sets your AWS credentials. This
will be evaluated at harness time. This is to ensure you don't do something
stupid to production.e.g.:
ENV["AWS_ACCESS_KEY_ID"]="aaaaah"
ENV["AWS_SECRET_ACCESS_KEY"]="it's a space herpe"
If you don't do these the test suite will not run. Both files are in
.gitignore
so you can feel comfortable knowing they won't be committed.
Add this line to your application's Gemfile:
gem 'furnish-aws'
And then execute:
$ bundle
Or install it yourself as:
$ gem install furnish-aws
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that furnish-aws 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.