Skip to content

Commit 8bbfa02

Browse files
committed
fixed #401
1 parent da38dbe commit 8bbfa02

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

cmd/azqr/rules.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ var rulesCmd = &cobra.Command{
2828
aprl := aprlScanner.GetAprlRecommendations()
2929

3030
// Print count of aprl recommendations
31-
fmt.Println("## APRL Recommendations")
31+
fmt.Println("## Recommendations List")
32+
fmt.Println("")
3233
fmt.Println("Total recommendations:", len(aprl))
33-
34-
fmt.Println("# | Id | Resource Type | Category | Impact | Recommendation | Learn")
34+
fmt.Println("")
35+
fmt.Println("| | Id | Resource Type | Category | Impact | Recommendation | Learn")
3536
fmt.Println("---|---|---|---|---|---|---")
3637

3738
i := 0

docs/content/en/docs/Recommendations/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ weight: 3
55
---
66

77
Azure Quick Review checks the following recommendations for Azure resources. The recommendations are categorized based on their impact and category:
8-
{{% include "./static/rules.txt" %}}
8+
9+
{{% include "./static/rules.txt" %}}

0 commit comments

Comments
 (0)