Skip to content

Commit c7a4518

Browse files
committed
chore: Update to cfn-model 0.6.9
1 parent 8b5f03d commit c7a4518

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

Gemfile.lock

+15-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
cfn-nag (0.0.0)
55
aws-sdk-s3 (~> 1.76)
6-
cfn-model (= 0.6.6)
6+
cfn-model (= 0.6.9)
77
lightly (~> 0.3.2)
88
logging (~> 2.2.2)
99
netaddr (~> 2.0.4)
@@ -15,24 +15,24 @@ GEM
1515
specs:
1616
ast (2.4.2)
1717
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)
2020
aws-eventstream (~> 1, >= 1.0.2)
21-
aws-partitions (~> 1, >= 1.239.0)
21+
aws-partitions (~> 1, >= 1.525.0)
2222
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)
2626
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)
2929
aws-sdk-kms (~> 1)
3030
aws-sigv4 (~> 1.4)
31-
aws-sigv4 (1.4.0)
31+
aws-sigv4 (1.5.0)
3232
aws-eventstream (~> 1, >= 1.0.2)
33-
cfn-model (0.6.6)
33+
cfn-model (0.6.9)
3434
kwalify (= 0.7.2)
35-
psych (~> 3)
35+
psych (>= 3.1, < 5)
3636
diff-lcs (1.4.4)
3737
docile (1.3.5)
3838
jmespath (1.6.1)
@@ -48,7 +48,8 @@ GEM
4848
parallel (1.21.0)
4949
parser (3.0.2.0)
5050
ast (~> 2.4.1)
51-
psych (3.3.2)
51+
psych (4.0.4)
52+
stringio
5253
rainbow (3.0.0)
5354
rake (13.0.1)
5455
regexp_parser (2.1.1)
@@ -84,6 +85,7 @@ GEM
8485
simplecov_json_formatter (~> 0.1)
8586
simplecov-html (0.12.3)
8687
simplecov_json_formatter (0.1.2)
88+
stringio (3.0.2)
8789
unicode-display_width (2.1.0)
8890

8991
PLATFORMS

cfn-nag.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727
# versus what we used to run tests in cfn-nag before publishing cfn-nag
2828
# they are coupled and we are doing a good bit of experimenting in cfn-model
2929
# 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')
3131
s.add_runtime_dependency('logging', '~> 2.2.2')
3232
s.add_runtime_dependency('netaddr', '~> 2.0.4')
3333
s.add_runtime_dependency('optimist', '~> 3.0.0')

github-action/entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ if [ -n "${INPUT_EXTRA_ARGS}" ]; then
88
EXTRA_ARGS="${INPUT_EXTRA_ARGS}"
99
fi
1010

11+
set -o pipefail
1112
cfn_nag_scan ${EXTRA_ARGS} --input-path "${INPUT_INPUT_PATH}" | tee "${INPUT_OUTPUT_PATH}"

0 commit comments

Comments
 (0)