mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
dea62cf79a
Co-authored-by: GitHub Actions <actions@github.com>
25 lines
428 B
JSON
25 lines
428 B
JSON
{
|
|
"SchemaVersion": 2,
|
|
"Trivy": {
|
|
"Version": "0.70.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"
|
|
}
|
|
]
|
|
}
|