github stelligent/cfn_nag v0.4.1
Line Numbers Support

latest releases: v0.8.10, v0.8.9, v0.8.8...
4 years ago

This change uses the new line numbers support of cfn-model.

$ cfn_nag ../cfn-model/test.json
{
  "failure_count": 1,
  "violations": [
    {
      "id": "F14",
      "type": "FAIL",
      "message": "S3 Bucket should not have a public read-write acl",
      "logical_resource_ids": [
        "S3Bucket"
      ],
      "line_numbers": [
        5
      ]
    }
  ]
}

Don't miss a new cfn_nag release

NewReleases is sending notifications on new releases.