superlint/.github/linters/.checkov.baseline
Marco Ferrari 9d7268fb99
feat: add support for checkov to lint iac files (#4925)
- Add support to run Checkov against infrastructure as code descriptors
  that are in a given (configurable) directory. Defaults to lint the
  whole workspace.
- Establish a baseline for our own codebase so we don't have to fix
  issues right away with this change.
2023-12-22 13:22:15 +01:00

27 lines
658 B
Text

{
"failed_checks": [
{
"file": "/dev-dependencies/Dockerfile",
"findings": [
{
"resource": "/dev-dependencies/Dockerfile.",
"check_ids": [
"CKV_DOCKER_2"
]
}
]
},
{
"file": "/Dockerfile",
"findings": [
{
"resource": "/Dockerfile.",
"check_ids": [
"CKV_DOCKER_2",
"CKV_DOCKER_3"
]
}
]
}
]
}