We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61e664 commit d5b272dCopy full SHA for d5b272d
docs/downloads/automation-library/integrations/sonar/label_sonar.cm
@@ -2,7 +2,7 @@
2
3
manifest:
4
version: 1.0
5
-
+
6
automations:
7
{% for item in reports %}
8
label_sonar_{{ item.name }}:
@@ -22,11 +22,11 @@ reports:
22
count: {{ sonar.vulnerabilities.count }}
23
icon: 🔓
24
rating: {{ sonar.vulnerabilities.rating }}
25
- - name: code smells
+ - name: code_smells
26
count: {{ sonar.code_smells.count }}
27
icon: ☣️
28
rating: {{ sonar.code_smells.rating }}
29
- - name: security hotspots
+ - name: security_hotspots
30
count: {{ sonar.security_hotspots.count }}
31
icon: 🛡️
32
rating: {{ sonar.security_hotspots.rating }}
0 commit comments