tests fixes and sprints work
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"bomFormat": "CycloneDX",
|
||||
"specVersion": "1.7",
|
||||
"serialNumber": "urn:uuid:00000000-0000-0000-0000-000000000000",
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"component": {
|
||||
"bom-ref": "root",
|
||||
"name": "sample-app",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
},
|
||||
"services": [
|
||||
{
|
||||
"bom-ref": "svc-api",
|
||||
"name": "api-gateway",
|
||||
"version": "2.1.0",
|
||||
"endpoints": [
|
||||
"https://api.example.com",
|
||||
"http://legacy.example.com"
|
||||
],
|
||||
"authenticated": false,
|
||||
"crossesTrustBoundary": true,
|
||||
"properties": [
|
||||
{ "name": "x-trust-boundary", "value": "external" },
|
||||
{ "name": "x-rate-limited", "value": "false" }
|
||||
],
|
||||
"data": [
|
||||
{
|
||||
"direction": "outbound",
|
||||
"classification": "PII",
|
||||
"destination": "svc-auth"
|
||||
}
|
||||
],
|
||||
"services": [
|
||||
{
|
||||
"bom-ref": "svc-auth",
|
||||
"name": "auth",
|
||||
"version": "1.0.0",
|
||||
"authenticated": false,
|
||||
"endpoints": [
|
||||
"http://auth.internal"
|
||||
],
|
||||
"properties": [
|
||||
{ "name": "x-trust-boundary", "value": "internal" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user