cfn-nag 0.4.15 → 0.4.16
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/cli_options.rb +8 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25cd64f494aff69c5b5c9c0ffab18be84fa05833bc4360a5d6da12d188a36711
|
|
4
|
+
data.tar.gz: 021026b278fb868306ae7153049bc1137cb5ef8268c475469eb2d225ac9d7762
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7a921d40e9e739c0b1c333e7af2e1665487222097cebadca4e1bb47a36c90e2118a6f8f7d801ebf06645a8c62102500b619dcd803aca690ead02c09063b77e0
|
|
7
|
+
data.tar.gz: e995d6228f02f2be0662d25081e9a98d6600dd7ac8245688b38bb574b14704562a3219c4d702b8111a44a006514e856d59fc366ddd77dfa88c9e97ccd9efe4d3
|
data/lib/cfn-nag/cli_options.rb
CHANGED
|
@@ -50,22 +50,22 @@ class Options
|
|
|
50
50
|
default: false
|
|
51
51
|
opt :rule_directory,
|
|
52
52
|
'Extra rule directory',
|
|
53
|
-
type: :
|
|
53
|
+
type: :string,
|
|
54
54
|
required: false,
|
|
55
55
|
default: nil
|
|
56
56
|
opt :profile_path,
|
|
57
57
|
'Path to a profile file',
|
|
58
|
-
type: :
|
|
58
|
+
type: :string,
|
|
59
59
|
required: false,
|
|
60
60
|
default: nil
|
|
61
61
|
opt :blacklist_path,
|
|
62
62
|
'Path to a blacklist file',
|
|
63
|
-
type: :
|
|
63
|
+
type: :string,
|
|
64
64
|
required: false,
|
|
65
65
|
default: nil
|
|
66
66
|
opt :parameter_values_path,
|
|
67
67
|
'Path to a JSON file to pull Parameter values from',
|
|
68
|
-
type: :
|
|
68
|
+
type: :string,
|
|
69
69
|
required: false,
|
|
70
70
|
default: nil
|
|
71
71
|
opt :isolate_custom_rule_exceptions,
|
|
@@ -114,22 +114,22 @@ class Options
|
|
|
114
114
|
default: false
|
|
115
115
|
opt :rule_directory,
|
|
116
116
|
'Extra rule directory',
|
|
117
|
-
type: :
|
|
117
|
+
type: :string,
|
|
118
118
|
required: false,
|
|
119
119
|
default: nil
|
|
120
120
|
opt :profile_path,
|
|
121
121
|
'Path to a profile file',
|
|
122
|
-
type: :
|
|
122
|
+
type: :string,
|
|
123
123
|
required: false,
|
|
124
124
|
default: nil
|
|
125
125
|
opt :blacklist_path,
|
|
126
126
|
'Path to a blacklist file',
|
|
127
|
-
type: :
|
|
127
|
+
type: :string,
|
|
128
128
|
required: false,
|
|
129
129
|
default: nil
|
|
130
130
|
opt :parameter_values_path,
|
|
131
131
|
'Path to a JSON file to pull Parameter values from',
|
|
132
|
-
type: :
|
|
132
|
+
type: :string,
|
|
133
133
|
required: false,
|
|
134
134
|
default: nil
|
|
135
135
|
opt :allow_suppression,
|
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.4.
|
|
4
|
+
version: 0.4.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Kascic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|