Skip to content

Commit dec7de3

Browse files
SARIF export test from Cad4DevOps-Cad4DevOps
Source: devopsabcs-engineering/Cad4DevOps-Cad4DevOps Commit: 26f7437845c150217c8a8f32b42183fd78b01cb2 Run: 21295844677 This SARIF was exported WITHOUT the Python cleanup script. Testing fix for AB#1124.
1 parent f7f399b commit dec7de3

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
3+
"version": "2.1.0",
4+
"runs": [
5+
{
6+
"tool": {
7+
"driver": {
8+
"name": "DevOpsShield-SecurityScanner",
9+
"version": "1.0.0",
10+
"informationUri": "https://www.devopsshield.com/"
11+
}
12+
},
13+
"results": []
14+
}
15+
]
16+
}

sarif-results/metadata.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"source": "Cad4DevOps-Cad4DevOps",
3+
"workflow": "test-sarif-export-fix.yml",
4+
"run_id": "21295844677",
5+
"run_number": "2",
6+
"commit": "26f7437845c150217c8a8f32b42183fd78b01cb2",
7+
"branch": "735/merge",
8+
"exported_at": "2026-01-23T17:55:21Z",
9+
"assessment_id": "",
10+
"has_real_assessment": "false",
11+
"cleanup_script_used": false
12+
}

0 commit comments

Comments
 (0)