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

inspec compliance upload of a meta-profile #1294

Closed
chris-rock opened this issue Nov 14, 2016 · 1 comment · Fixed by #1334
Closed

inspec compliance upload of a meta-profile #1294

chris-rock opened this issue Nov 14, 2016 · 1 comment · Fixed by #1334

Comments

@chris-rock
Copy link
Contributor

chris-rock commented Nov 14, 2016

Description

inspec compliance upload uploads profiles to Chef Compliance. With #1283 we need include two steps in that process:

  • vendor a profile (download all dependencies)
  • upload the vendored profile

InSpec and Platform Version

1.x

@chris-rock
Copy link
Contributor Author

chris-rock commented Nov 28, 2016

We we call inspec archive I would expect that the profile and all its dependencies are packaged into one archive. Therefore inspec creates a package that can be executed standalone.

If users want to archive all dependencies with an archive, they just have to call the inspec vendor command before the inspec archive command is executed.

Therefore, vendoring is optional for inspec archive but a requirement for inspec compliance upload.

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 a pull request may close this issue.

2 participants