Skip to content

Commit

Permalink
Fixed #263
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Oct 30, 2024
1 parent bd82ab7 commit 52b1372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scanners/asp/asp.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (a *AppServiceScanner) Scan(scanContext *azqr.ScanContext) ([]azqr.AzqrServ
}

for _, s := range sites {
config, err := a.sitesClient.GetConfiguration(a.config.Ctx, resourceGroupName, *s.Name, nil)
config, err := a.sitesClient.GetConfiguration(a.config.Ctx, *s.Properties.ResourceGroup, *s.Name, nil)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 52b1372

Please sign in to comment.