mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-13 23:56:35 +03:00
ca97581538
* GH-specific validation rules * fix * fix
49 lines
1.7 KiB
Plaintext
49 lines
1.7 KiB
Plaintext
{
|
|
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
|
|
"version": "2.1.0",
|
|
"runs": [
|
|
{
|
|
"automationDetails": {
|
|
"id": "supply-chain/local/ccbc59901773ab4c051dfcea0cc4201a1567abdd-17 Aug 21 18:57 +0000"
|
|
},
|
|
"tool": {
|
|
"driver": {
|
|
"name": "Scorecard",
|
|
"informationUri": "https://github.com/ossf/scorecard",
|
|
"semanticVersion": "1.2.3",
|
|
"rules": [
|
|
{
|
|
"id": "CheckNameID",
|
|
"name": "Check-Name",
|
|
"helpUri": "https://github.com/ossf/scorecard/blob/main/docs/checks.md#check-name",
|
|
"shortDescription": {
|
|
"text": "Check-Name"
|
|
},
|
|
"fullDescription": {
|
|
"text": "short description"
|
|
},
|
|
"help": {
|
|
"text": "short description",
|
|
"markdown": "**Remediation**:\n\n- not-used1\n\n- not-used2\n\n\n\n**Severity**: High\n\n\n\n**Details**:\n\nlong description\n\n other line"
|
|
},
|
|
"defaultConfiguration": {
|
|
"level": "error"
|
|
},
|
|
"properties": {
|
|
"precision": "high",
|
|
"problem.severity": "error",
|
|
"security-severity": "7.0",
|
|
"tags": [
|
|
"tag1",
|
|
"tag2"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"results": []
|
|
}
|
|
]
|
|
}
|