df678dbccf
Co-authored-by: GitHub Actions <actions@github.com>
25 lines
428 B
JSON
25 lines
428 B
JSON
{
|
|
"SchemaVersion": 2,
|
|
"Trivy": {
|
|
"Version": "0.72.0"
|
|
},
|
|
"ArtifactName": "test/data/with-tf-vars/main.tf",
|
|
"ArtifactType": "filesystem",
|
|
"Results": [
|
|
{
|
|
"Target": ".",
|
|
"Class": "config",
|
|
"Type": "terraform",
|
|
"MisconfSummary": {
|
|
"Successes": 27,
|
|
"Failures": 0
|
|
}
|
|
},
|
|
{
|
|
"Target": "main.tf",
|
|
"Class": "config",
|
|
"Type": "terraform"
|
|
}
|
|
]
|
|
}
|