Skip to content

Commit b4211fe

Browse files
Merge pull request #225 from EVERSE-ResearchSoftware/indicators_for_docker
Added quality indicators for Docker
2 parents d8ec29b + 049f0a7 commit b4211fe

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

data/software-tools/docker.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,29 @@
1717
{ "@id": "dim:sustainability", "@type": "@id" }
1818
],
1919
"howToUse": ["command-line", "online-service"],
20-
"license": "https://www.apache.org/licenses/LICENSE-2.0"
20+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
21+
"improvesQualityIndicator": [
22+
{
23+
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
24+
"@type": "@id"
25+
},
26+
{
27+
"@id": "https://w3id.org/everse/i/indicators/listed_in_registry",
28+
"@type": "@id"
29+
},
30+
{
31+
"@id": "https://w3id.org/everse/i/indicators/has_published_package",
32+
"@type": "@id"
33+
}
34+
],
35+
"measuresQualityIndicator": [
36+
{
37+
"@id": "https://w3id.org/everse/i/indicators/no_critical_vulnerability",
38+
"@type": "@id"
39+
},
40+
{
41+
"@id": "https://w3id.org/everse/i/indicators/static_analysis_common_vulnerabilities",
42+
"@type": "@id"
43+
}
44+
]
2145
}

0 commit comments

Comments
 (0)