AppSecOps
Ingest container security findings from external tools
Ingest container security findings from tools like Dockle and Hadolint
post/v1/appsecops/container/findings/ingest
Request body
Example request
{
"container_findings": [
{
"file_format": "json",
"parser_status": {
"status": "error"
}
}
]
}Response
Success
Example response
[
{
"file_format": "json",
"parser_status": {
"status": "error"
}
}
]