Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Nov 30, 2023
1 parent b970f8c commit e0ddc71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/scanners/terraform/executor/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import (
"github.com/aquasecurity/defsec/pkg/scan"
"github.com/aquasecurity/defsec/pkg/state"
"github.com/aquasecurity/defsec/pkg/terraform"
"github.com/aquasecurity/trivy/pkg/types"
//"github.com/aquasecurity/trivy/pkg/types"
types "github.com/aquasecurity/defsec/pkg/types/rules"
)

type Pool struct {
Expand Down

0 comments on commit e0ddc71

Please sign in to comment.