File tree 3 files changed +17
-14
lines changed
3 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
cfn-nag (0.0.0 )
5
5
aws-sdk-s3 (~> 1.76 )
6
- cfn-model (= 0.6.6 )
6
+ cfn-model (= 0.6.9 )
7
7
lightly (~> 0.3.2 )
8
8
logging (~> 2.2.2 )
9
9
netaddr (~> 2.0.4 )
15
15
specs:
16
16
ast (2.4.2 )
17
17
aws-eventstream (1.2.0 )
18
- aws-partitions (1.516 .0 )
19
- aws-sdk-core (3.121.1 )
18
+ aws-partitions (1.600 .0 )
19
+ aws-sdk-core (3.131.2 )
20
20
aws-eventstream (~> 1 , >= 1.0.2 )
21
- aws-partitions (~> 1 , >= 1.239 .0 )
21
+ aws-partitions (~> 1 , >= 1.525 .0 )
22
22
aws-sigv4 (~> 1.1 )
23
- jmespath (~> 1.0 )
24
- aws-sdk-kms (1.49 .0 )
25
- aws-sdk-core (~> 3 , >= 3.120 .0 )
23
+ jmespath (~> 1 , >= 1.6.1 )
24
+ aws-sdk-kms (1.57 .0 )
25
+ aws-sdk-core (~> 3 , >= 3.127 .0 )
26
26
aws-sigv4 (~> 1.1 )
27
- aws-sdk-s3 (1.103 .0 )
28
- aws-sdk-core (~> 3 , >= 3.120 .0 )
27
+ aws-sdk-s3 (1.114 .0 )
28
+ aws-sdk-core (~> 3 , >= 3.127 .0 )
29
29
aws-sdk-kms (~> 1 )
30
30
aws-sigv4 (~> 1.4 )
31
- aws-sigv4 (1.4 .0 )
31
+ aws-sigv4 (1.5 .0 )
32
32
aws-eventstream (~> 1 , >= 1.0.2 )
33
- cfn-model (0.6.6 )
33
+ cfn-model (0.6.9 )
34
34
kwalify (= 0.7.2 )
35
- psych (~> 3 )
35
+ psych (>= 3.1 , < 5 )
36
36
diff-lcs (1.4.4 )
37
37
docile (1.3.5 )
38
38
jmespath (1.6.1 )
48
48
parallel (1.21.0 )
49
49
parser (3.0.2.0 )
50
50
ast (~> 2.4.1 )
51
- psych (3.3.2 )
51
+ psych (4.0.4 )
52
+ stringio
52
53
rainbow (3.0.0 )
53
54
rake (13.0.1 )
54
55
regexp_parser (2.1.1 )
84
85
simplecov_json_formatter (~> 0.1 )
85
86
simplecov-html (0.12.3 )
86
87
simplecov_json_formatter (0.1.2 )
88
+ stringio (3.0.2 )
87
89
unicode-display_width (2.1.0 )
88
90
89
91
PLATFORMS
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
# versus what we used to run tests in cfn-nag before publishing cfn-nag
28
28
# they are coupled and we are doing a good bit of experimenting in cfn-model
29
29
# i might consider collapsing them again....
30
- s . add_runtime_dependency ( 'cfn-model' , '0.6.6 ' )
30
+ s . add_runtime_dependency ( 'cfn-model' , '0.6.9 ' )
31
31
s . add_runtime_dependency ( 'logging' , '~> 2.2.2' )
32
32
s . add_runtime_dependency ( 'netaddr' , '~> 2.0.4' )
33
33
s . add_runtime_dependency ( 'optimist' , '~> 3.0.0' )
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ if [ -n "${INPUT_EXTRA_ARGS}" ]; then
8
8
EXTRA_ARGS=" ${INPUT_EXTRA_ARGS} "
9
9
fi
10
10
11
+ set -o pipefail
11
12
cfn_nag_scan ${EXTRA_ARGS} --input-path " ${INPUT_INPUT_PATH} " | tee " ${INPUT_OUTPUT_PATH} "
You can’t perform that action at this time.
0 commit comments