mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
28 lines
658 B
Text
28 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"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|