-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix tests #6
fix tests #6
Conversation
@nikpivkin could you take a look at reviewing this? |
test/docker_test.go
Outdated
return nil | ||
} | ||
|
||
func Test_Docker_RegoPoliciesFromDisk(t *testing.T) { |
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.
This test loads Rego rules from the file system, but we moved the rules to another repo, so do we need this test? There are other tests that use custom rules.
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.
OK for the moment I've commented out until we figure out what we can (if anything) do with it. c8beec6
@simar7 I restarted the tests and they completed successfully. The problem was related to the terraform module cache (reproduced locally). We can add a new option for terraform parser that will disallow using the cache to load modules. |
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.
LGTM
No description provided.