-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path2c97e8091c13.sarif
More file actions
32 lines (32 loc) · 977 Bytes
/
Copy path2c97e8091c13.sarif
File metadata and controls
32 lines (32 loc) · 977 Bytes
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
{
"version": "2.1.0",
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
"runs": [
{
"tool": {
"driver": {
"name": "aod-security",
"version": "1.0.0",
"informationUri": "https://github.com/anthropics/agentic-oriented-development",
"rules": []
}
},
"results": [],
"invocations": [
{
"executionSuccessful": true,
"endTimeUtc": "2026-04-11T15:47:02Z",
"properties": {
"scan_id": "65936668-f62b-4548-a9bd-e503c6e114ff",
"branch": "130-prd-130-fix",
"commit_sha": "2c97e8091c13",
"files_scanned": 3,
"manifests_audited": 0,
"status": "PASSED",
"note": "No findings detected. AI-powered analysis — supplement with dedicated SAST tools for production-critical systems."
}
}
]
}
]
}