mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
24 lines
541 B
Plaintext
24 lines
541 B
Plaintext
{
|
|
"SchemaVersion": 2,
|
|
"ReportID": "017b7d41-e09f-7000-80ea-000000000001",
|
|
"CreatedAt": "2021-08-25T12:20:30.000000005Z",
|
|
"ArtifactName": "testdata/fixtures/repo/terraform/remote-module",
|
|
"ArtifactType": "repository",
|
|
"Results": [
|
|
{
|
|
"Target": ".",
|
|
"Class": "config",
|
|
"Type": "terraform",
|
|
"MisconfSummary": {
|
|
"Successes": 45,
|
|
"Failures": 0
|
|
}
|
|
},
|
|
{
|
|
"Target": "terraform-aws-modules/s3-bucket/aws/main.tf",
|
|
"Class": "config",
|
|
"Type": "terraform"
|
|
}
|
|
]
|
|
}
|