Skip to content

Commit c7355d9

Browse files
committed
learn-sonarqube: Create a free Sonarqube account and create your first Issue to display in Cortex.
1 parent b03e2b2 commit c7355d9

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

data/scorecards/learn-sonarqube.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
tag: learn-learn-sonarqube
2+
name: Learn Learn Sonarqube
3+
description: "Cortex Learn series: Create a free Sonarqube account and create your\
4+
\ first Issue to display in Cortex.. Author: \n"
5+
draft: false
6+
notifications:
7+
enabled: false
8+
scoreDropNotificationsEnabled: false
9+
exemptions:
10+
enabled: false
11+
autoApprove: false
12+
evaluation:
13+
window: 168
14+
ladder:
15+
name: Default Ladder
16+
levels:
17+
- name: Unwritten
18+
rank: 1
19+
color: "#D7AC58"
20+
- name: Completed
21+
rank: 2
22+
color: "#7CCB92"
23+
rules:
24+
- title: Learned
25+
expression: custom("learned") != null
26+
identifier: 921bc595-5a12-3aa1-af45-e17d17e0d649
27+
weight: 1
28+
level: Completed
29+
failureMessage: |
30+
# About
31+
Describe what the scorecard does.
32+
33+
# Set up
34+
Refer to any existing documentation at https://cortex.io/docs and describe any third party software setup.
35+
36+
37+
# Related Cortex Academy courses
38+
List any related courses available at academy.cortex.io.
39+
40+
# Task
41+
Describe the steps to complete the task here.
42+
43+
44+
# CQL Rule
45+
Explain what the CQL checks.
46+
filter:
47+
kind: GENERIC
48+
groups:
49+
include:
50+
- learn-cortex

0 commit comments

Comments
 (0)