cfn_nag

Linting tool for CloudFormation templates

MIT License

Downloads
11.6M
Stars
1.2K
Committers
44

Bot releases are hidden (Show)

cfn_nag - v0.8.10 Latest Release

Published by arothian over 2 years ago

Changes

Contributors

Full Changelog: https://github.com/stelligent/cfn_nag/compare/v0.8.9...v0.8.10

cfn_nag - Colorized Text Output

Published by jesseadams over 5 years ago

When using the default output-type of text, warnings will now show as yellow and failures as red.

cfn_nag - Line Numbers Support

Published by jesseadams over 5 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
      ]
    }
  ]
}
Package Rankings
Top 1.86% on Rubygems.org
Top 9.63% on Proxy.golang.org
Top 1.71% on Github actions