cfn-nag 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/result_view/simple_stdout_results.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6f51c774a431b7ee4eab98fa149a70ff1a283f1
|
|
4
|
+
data.tar.gz: 23e9f0da9f74d5ece4bc88ea95a17ffc243cfeeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97a5694d46ea7e28064cd460b5330bcdab08380e6499098d5002c06006caf4005adc43c085601eb3e5f188b09e4b468bf9b9ed61ab0344dc0de0d81f49836ba9
|
|
7
|
+
data.tar.gz: 394aa5251dd4975985c082a6014741e8c854a6d31c1d54b4fe2d6cd9177a97828efd906561b2243582aa41b85252c3b782c069fc61e47d32ef85ab8b3c46082e
|
|
@@ -14,7 +14,7 @@ class SimpleStdoutResults
|
|
|
14
14
|
logical_resource_ids: violation.logical_resource_ids,
|
|
15
15
|
violating_code: violation.violating_code
|
|
16
16
|
end
|
|
17
|
-
puts "\
|
|
17
|
+
puts "\nFailures count: #{Rule::count_failures(result[:file_results][:violations])}"
|
|
18
18
|
puts "Warnings count: #{Rule::count_warnings(result[:file_results][:violations])}"
|
|
19
19
|
end
|
|
20
20
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfn-nag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- someguy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-03-
|
|
11
|
+
date: 2016-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logging
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 2.1.2
|
|
41
|
-
description: Auditing tool for
|
|
41
|
+
description: Auditing tool for CloudFormation templates
|
|
42
42
|
email:
|
|
43
43
|
executables:
|
|
44
44
|
- cfn_nag
|
|
@@ -75,8 +75,9 @@ files:
|
|
|
75
75
|
- lib/result_view/simple_stdout_results.rb
|
|
76
76
|
- lib/rule.rb
|
|
77
77
|
- lib/violation.rb
|
|
78
|
-
homepage:
|
|
79
|
-
licenses:
|
|
78
|
+
homepage: https://github.com/stelligent/cfn_nag
|
|
79
|
+
licenses:
|
|
80
|
+
- MIT
|
|
80
81
|
metadata: {}
|
|
81
82
|
post_install_message:
|
|
82
83
|
rdoc_options: []
|
|
@@ -95,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
96
|
version: '0'
|
|
96
97
|
requirements: []
|
|
97
98
|
rubyforge_project:
|
|
98
|
-
rubygems_version: 2.
|
|
99
|
+
rubygems_version: 2.6.2
|
|
99
100
|
signing_key:
|
|
100
101
|
specification_version: 4
|
|
101
102
|
summary: cfn-nag
|