Skip to content

Commit

Permalink
Update internal/scanners/as/as.go
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Mendible <[email protected]>
  • Loading branch information
vanwinkelseppe and cmendible committed Apr 25, 2024
1 parent d76c05a commit 0e3b278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scanners/as/as.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (c *AnalysisServicesScanner) Init(config *scanners.ScannerConfig) error {
return err
}

// Scan - Scans all Analytics Services in a Resource Group
// Scan - Scans all Analysis Services in a Resource Group
func (c *AnalysisServicesScanner) Scan(resourceGroupName string, scanContext *scanners.ScanContext) ([]scanners.AzureServiceResult, error) {
scanners.LogResourceGroupScan(c.config.SubscriptionID, resourceGroupName, "Analysis Services")

Expand Down

0 comments on commit 0e3b278

Please sign in to comment.