-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgitleaks.json
More file actions
57 lines (57 loc) · 1.54 KB
/
gitleaks.json
File metadata and controls
57 lines (57 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://gitleaks.io/",
"@type": "schema:SoftwareApplication",
"name": "Gitleaks",
"description": "Security-focused scanner that detects secrets, passwords, and sensitive information in git repositories and files, helping protect research software and data from accidental exposure of confidential information.",
"url": "https://github.com/gitleaks/gitleaks",
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/MIT",
"applicationCategory": [
{
"@id": "rs:PrototypeTool",
"@type": "@id"
},
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
{
"@id": "rs:AnalysisCode",
"@type": "@id"
}
],
"hasQualityDimension": [
{
"@id": "dim:security",
"@type": "@id"
},
{
"@id": "dim:sustainability",
"@type": "@id"
}
],
"howToUse": ["CI/CD", "command-line"],
"measuresQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/no_leaked_credentials",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/no_critical_vulnerability",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/human_code_review_requirement",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/static_analysis_common_vulnerabilities",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_and_mistakes",
"@type": "@id"
}
]
}