Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pronto-inspec

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pronto-inspec

  • 0.0.6
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Pronto Inspec

Pronto Runner for Inspec tests.

How-To:

Create a .pronto-inspec.yml where your kitchen file is and specify which suites should be run if which file has been changed.

To trigger the suite only if specifc files have been changed use : files: ['my/cookbook/specifc_file.rb']

By using files: ['my/cookbook/*'] the suite defined for this files will be used if any file has been changed.

You can also specify files: ['**'] to run the suite in any case.

I would also advise to always trigger the suite if any test cases in that suite have changed, e.g. files: [test/my_tests_for_suite/*a]

Example:

See this example file

Usage:

pronto run -r inspec

Requirements:

The format for the inspec-verifier has to be set to: format: junit.

chef, test-kitchen and inspec all need to be installed and configured-

FAQs

Package last updated on 14 Dec 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc