Skip to content

Commit

Permalink
chore: GetRules for VPNG
Browse files Browse the repository at this point in the history
  • Loading branch information
vanwinkelseppe committed Apr 25, 2024
1 parent ad4d0eb commit 17ba909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scanners/vpng/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

// GetRules - Returns the rules for the VPNGatewayScanner
func (a *VPNGatewayScanner) GetRules() map[string]scanners.AzureRule {
result := a.GetVirtualNetworkGatewayRules()
result := a.GetVPNGatewayRules()
for k, v := range a.GetVirtualNetworkGatewayRules() {
result[k] = v
}
Expand Down

0 comments on commit 17ba909

Please sign in to comment.