Skip to content

Commit

Permalink
remove RE: from analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
kpoineal committed Feb 7, 2025
1 parent e60bb9f commit a0db1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/wara/analyzer/2_wara_data_analyzer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function Initialize-WARAImpactedResources
$RecommendationObject = Get-WARARecommendationList -RecommendationsUrl $RecommendationsUrl

Write-Debug ((get-date -Format 'yyyy-MM-dd HH:mm:ss') + ' - Getting Recommendations from the standard Resources')
$ResourceRecommendations = $RecommendationObject | Where-Object {[string]::IsNullOrEmpty($_.tags) -and $_.description -notlike 'RE:*'}
$ResourceRecommendations = $RecommendationObject | Where-Object {[string]::IsNullOrEmpty($_.tags)}

Write-Debug ((get-date -Format 'yyyy-MM-dd HH:mm:ss') + ' - Getting Recommendations from the standard Azure-WAF')
$WAFRecommendations = $RecommendationObject | Where-Object { $_.tags -like 'WAF'}
Expand Down

0 comments on commit a0db1f4

Please sign in to comment.