cfn-nag 0.7.13 → 0.7.14
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/cfn-nag/cfn_nag.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70f335d0bebdb4b78e063ab81ebf8f663eaedc860a6b5a363f4c507add26264b
|
4
|
+
data.tar.gz: 2389c3d05c0b438bfbea87bcb9502951b5c9c854bf267a71bce9e129ac4b22e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff20a037163ea01ecfe42bec632589833f3ab920803831c716c824ce2d34a35ffd009f2c31feb7ec5cb199cfc066ac056681b48c236879cbbebd1709c718601b
|
7
|
+
data.tar.gz: c5ea9a1f1010512bf6ba8705977f1f468f8669955a785dc46a518d422662b4bfcdea1e67fdd4c8d5ff6e154a376a8a8dd0900804dfb41c03eeaa9220e38827bd
|
data/lib/cfn-nag/cfn_nag.rb
CHANGED
@@ -107,7 +107,7 @@ class CfnNag
|
|
107
107
|
end
|
108
108
|
|
109
109
|
def prune_fatal_violations(violations)
|
110
|
-
violations.reject { |violation| violation.
|
110
|
+
violations.reject { |violation| violation.id == 'FATAL' }
|
111
111
|
end
|
112
112
|
|
113
113
|
def render_results(aggregate_results:,
|
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.7.
|
4
|
+
version: 0.7.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Kascic
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -165,7 +165,7 @@ dependencies:
|
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: '0'
|
167
167
|
description: Auditing tool for CloudFormation templates
|
168
|
-
email:
|
168
|
+
email:
|
169
169
|
executables:
|
170
170
|
- cfn_nag
|
171
171
|
- cfn_nag_rules
|
@@ -394,7 +394,7 @@ homepage: https://github.com/stelligent/cfn_nag
|
|
394
394
|
licenses:
|
395
395
|
- MIT
|
396
396
|
metadata: {}
|
397
|
-
post_install_message:
|
397
|
+
post_install_message:
|
398
398
|
rdoc_options: []
|
399
399
|
require_paths:
|
400
400
|
- lib
|
@@ -411,7 +411,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
411
411
|
version: '0'
|
412
412
|
requirements: []
|
413
413
|
rubygems_version: 3.1.2
|
414
|
-
signing_key:
|
414
|
+
signing_key:
|
415
415
|
specification_version: 4
|
416
416
|
summary: cfn-nag
|
417
417
|
test_files: []
|