-
Notifications
You must be signed in to change notification settings - Fork 113
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
Update test inspec profile URLs #4429
Conversation
Signed-off-by: Alex Pop <apop@chef.io>
Signed-off-by: Alex Pop <apop@chef.io>
Deploy preview for chef-automate ready! Built with commit 26d78bd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🚀
@@ -110,7 +110,7 @@ func (suite *GatewayTestSuite) TestLicenseUsageNodes() { | |||
Name: "my job for aws-api node manager", | |||
Tags: []*common.Kv{}, | |||
Type: "exec", | |||
Profiles: []string{"https://github.com/vjeffrey/try-inspec-aws-profile/archive/master.tar.gz"}, | |||
Profiles: []string{"https://github.com/chef/automate/raw/master/components/compliance-service/test_data/inspec_profiles/test-aws-profile-2.0.0.tar.gz"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we'd be a little safer if this wasn't master, but a commit ref 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, will make the change tomorrow, thank you!
Signed-off-by: Alex Pop <apop@chef.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @alexpop
🔩 Description: What code changed, and why?
Remove dependency on Victoria's test inspec profiles.