Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Supermarket Extension #432

Merged
merged 1 commit into from Feb 8, 2016
Merged

Implement Supermarket Extension #432

merged 1 commit into from Feb 8, 2016

Conversation

chris-rock
Copy link
Contributor

This PR implement the ability to find profiles on Chef Supermarket:

Display available profiles:

$ inspec supermarket profiles                                    
Available profiles:
-------------------
 * nathenharvey/tmp-compliance-profile

Display details about the profile:

inspec supermarket info nathenharvey/tmp-compliance-profile
name:   tmp-compliance-profile
owner:  nathenharvey
url:    https://github.com/nathenharvey/tmp_compliance_profile/

description:   An InSpec compliance profile for use with Chef Compliance Server.

Execute a profile:

$ inspec supermarket exec nathenharvey/tmp-compliance-profile
..

Finished in 0.01352 seconds (files took 4.37 seconds to load)
2 examples, 0 failures

Alternatively you could also use:

inspec exec supermarket://nathenharvey/tmp-compliance-profile
..

Finished in 0.03779 seconds (files took 5.16 seconds to load)
2 examples, 0 failures

@chris-rock chris-rock changed the title implement supermarket extension Implement Supermarket Extension Feb 8, 2016
@arlimus
Copy link
Contributor

arlimus commented Feb 8, 2016

Incredibly clear super simple extension with great implications, love it!!
Cheers @chris-rock

arlimus added a commit that referenced this pull request Feb 8, 2016
@arlimus arlimus merged commit e5177a2 into master Feb 8, 2016
@arlimus arlimus deleted the chris-rock/supermarket branch February 8, 2016 23:24
@chris-rock chris-rock modified the milestone: 0.11.0 Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants