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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cfn-nag/cli_options.rb +8 -8
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2d98fcd1f1de619d024689a08cf98ac1f39cf0fef450a2a825ae6a86235585c
4
- data.tar.gz: d29e6ad66f45d4fdc6ae889606c2f851854ed4bdee50ba9d5b54519fa1f05b44
3
+ metadata.gz: 25cd64f494aff69c5b5c9c0ffab18be84fa05833bc4360a5d6da12d188a36711
4
+ data.tar.gz: 021026b278fb868306ae7153049bc1137cb5ef8268c475469eb2d225ac9d7762
5
5
  SHA512:
6
- metadata.gz: 51d2d374554072babb34491643699acecb7fa21ad1a8fe056272b3ea227d3fa2ebd91acf9ff9d933d5a400b34549c31c442e116876731a1607d0ec5919942f6c
7
- data.tar.gz: 16e0f7c1ee27db57da754e4c0d06d2254c721bedf5031547b3a78e1f25a9e04015b04612241d49dc6e2e0a4fc53ebd79988207ceb0bfe01864c8adec667abe3c
6
+ metadata.gz: c7a921d40e9e739c0b1c333e7af2e1665487222097cebadca4e1bb47a36c90e2118a6f8f7d801ebf06645a8c62102500b619dcd803aca690ead02c09063b77e0
7
+ data.tar.gz: e995d6228f02f2be0662d25081e9a98d6600dd7ac8245688b38bb574b14704562a3219c4d702b8111a44a006514e856d59fc366ddd77dfa88c9e97ccd9efe4d3
@@ -50,22 +50,22 @@ class Options
50
50
  default: false
51
51
  opt :rule_directory,
52
52
  'Extra rule directory',
53
- type: :io,
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: :io,
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: :io,
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: :io,
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: :io,
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: :io,
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: :io,
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: :io,
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.15
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-12 00:00:00.000000000 Z
11
+ date: 2019-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec