mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
* feat(repo): support local repositories * fix tests * test: fix client/server tests * docs: update * test: add fs tests * test: do not update golden files if overridden * docs: remove a comment about fs deprecation
67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
{
|
|
"SchemaVersion": 2,
|
|
"ArtifactName": "testdata/fixtures/repo/cocoapods",
|
|
"ArtifactType": "repository",
|
|
"Metadata": {
|
|
"ImageConfig": {
|
|
"architecture": "",
|
|
"created": "0001-01-01T00:00:00Z",
|
|
"os": "",
|
|
"rootfs": {
|
|
"type": "",
|
|
"diff_ids": null
|
|
},
|
|
"config": {}
|
|
}
|
|
},
|
|
"Results": [
|
|
{
|
|
"Target": "Podfile.lock",
|
|
"Class": "lang-pkgs",
|
|
"Type": "cocoapods",
|
|
"Packages": [
|
|
{
|
|
"ID": "AppCenter/4.2.0",
|
|
"Name": "AppCenter",
|
|
"Version": "4.2.0",
|
|
"DependsOn": [
|
|
"AppCenter/Analytics/4.2.0",
|
|
"AppCenter/Crashes/4.2.0"
|
|
],
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "AppCenter/Analytics/4.2.0",
|
|
"Name": "AppCenter/Analytics",
|
|
"Version": "4.2.0",
|
|
"DependsOn": [
|
|
"AppCenter/Core/4.2.0"
|
|
],
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "AppCenter/Core/4.2.0",
|
|
"Name": "AppCenter/Core",
|
|
"Version": "4.2.0",
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "AppCenter/Crashes/4.2.0",
|
|
"Name": "AppCenter/Crashes",
|
|
"Version": "4.2.0",
|
|
"DependsOn": [
|
|
"AppCenter/Core/4.2.0"
|
|
],
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "KeychainAccess/4.2.1",
|
|
"Name": "KeychainAccess",
|
|
"Version": "4.2.1",
|
|
"Layer": {}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|