Skip to content

Commit ccc90cc

Browse files
Merge pull request #227 from EVERSE-ResearchSoftware/indicators_gitleaks
Added indicators for gitleaks
2 parents f8d0454 + 9c2bc9d commit ccc90cc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

data/software-tools/gitleaks.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@
3636
{
3737
"@id": "https://w3id.org/everse/i/indicators/no_leaked_credentials",
3838
"@type": "@id"
39+
},
40+
{
41+
"@id": "https://w3id.org/everse/i/indicators/no_critical_vulnerability",
42+
"@type": "@id"
43+
},
44+
{
45+
"@id": "https://w3id.org/everse/i/indicators/human_code_review_requirement",
46+
"@type": "@id"
47+
},
48+
{
49+
"@id": "https://w3id.org/everse/i/indicators/static_analysis_common_vulnerabilities",
50+
"@type": "@id"
51+
},
52+
{
53+
"@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_and_mistakes",
54+
"@type": "@id"
3955
}
4056
]
4157
}

0 commit comments

Comments
 (0)