![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A Test Kitchen Driver for <%= config[:klass_name] %>.
TODO: document any software or library prerequisites that are required to
use this driver. Implement the #verify_dependencies
method in your Driver
class to enforce these requirements in code, if possible.
Please read the [Driver usage][driver_usage] page for more details.
TODO: Write descriptions of all configuration options
Determines whether or not a Chef [Omnibus package][chef_omnibus_dl] will be installed. There are several different behaviors available:
true
- the latest release will be installed. Subsequent converges
will skip re-installing if chef is present.latest
- the latest release will be installed. Subsequent converges
will always re-install even if chef is present.<VERSION_STRING>
(ex: 10.24.0
) - the desired version string will
be passed the the install.sh script. Subsequent converges will skip if
the installed version and the desired version match.false
or nil
- no chef is installed.The default value is unset, or nil
.
Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example:
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)Created and maintained by <%= config[:author] %> (<<%= config[:email] %>>)
<%= config[:license_string] %> (see [LICENSE][license])
[issues]: https://github.com/enter-github-user/<%= config[:gem_name] %>/issues [license]: https://github.com/enter-github-user/<%= config[:gem_name] %>/blob/main/LICENSE [repo]: https://github.com/enter-github-user/<%= config[:gem_name] %> [driver_usage]: https://kitchen.ci/docs/drivers/ [chef_omnibus_dl]: http://www.chef.io/chef/install/
FAQs
Unknown package
We found that test-kitchen demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.