mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
9d7268fb99
- 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.
27 lines
658 B
Text
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|