Skip to content

Commit fa98f67

Browse files
committed
fix: Added missing cloud configuration to global client options. (#610)
1 parent c04b9d1 commit fa98f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/scanner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ func (sc Scanner) Scan(params *ScanParams) string {
196196
MaxRetries: 3,
197197
MaxRetryDelay: 60 * time.Second,
198198
},
199+
Cloud: az.GetCloudConfiguration(),
199200
},
200201
}
201202

0 commit comments

Comments
 (0)