JSON response
Source code:
- If the "Enable dependency check for source code" option is not enabled, please ignore all "dependencies" attributes
{
"final_verdict":{ },
"overview_report": { }
}
Container:
{
"final_verdict":{
"blocked": <boolean>
"verdict": <string>
["No Vulnerabilities Found" | "Found Vulnerabilities"]
"vulnerable_package_count": <int>
"total_package_count": <int>
"vulnerability_counts":{
"critical": <int>
"high": <int>
"medium": <int>
"low": <int>
"unknown": <int>
},
"severity": <string>
}
"scan_mode": "container",
"os_info": {
"os_name": <string>,
"os_version": <string>
},
"steps": [
{
"step": <int>,
"command": <string>,
"sha256": <string>,
"severity": <string>
"vulnerability_count": <number>
"packages": [
{
"arch": <string>,
"ecosystem": <string>,
"group": <string> ["os_pkg"],
"os_name": <string>,
"os_version": <string>,
"package_name": <string>,
"package_version": <string>,
"vulnerabilities": [
{
"id": <string>,
"severity": <string>,
"source": <string>,
"fixed_versions": <string>
}
],
"vulnerability_counts": {
"critical": <number>,
"high": <number>,
"low": <number>,
"medium": <number>,
"unknown": <number>
}
},
{
"ecosystem": <string>,
"group": <string> ["lang_pkg"],
"package_name": <string>,
"package_version": <string>,
}
]
}
]
}
Was this page helpful?