Skip to content

Commit

Permalink
Rename OPA engine #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Willie Sana authored and Yusuf Kanchwala committed Aug 10, 2020
1 parent 45a7119 commit 6bb3463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 294 deletions.
293 changes: 0 additions & 293 deletions pkg/policy/opa/opa_engine.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/runtime/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (e *Executor) Execute() (normalized interface{}, err error) {
// create a new policy engine based on IaC type
if e.iacType == "terraform" {
var engine policy.Engine
engine = &opa.OpaEngine{}
engine = &opa.Engine{}

err = engine.Initialize(e.policyPath)
if err != nil {
Expand Down

0 comments on commit 6bb3463

Please sign in to comment.