Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Jun 24, 2023
1 parent eefbe07 commit 0c31edb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/misconf/scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ func TestScanner_Scan(t *testing.T) {
name: "happy path. terraform plan file",
scannerFunc: NewTerraformPlanScanner,
fields: fields{
opt: ScannerOption{},
opt: ScannerOption{
DisableEmbeddedPolicies: true,
},
},
files: []file{
{
Expand Down

0 comments on commit 0c31edb

Please sign in to comment.