Skip to content

Commit 472e22c

Browse files
committed
Add hmac signed http check
1 parent af780b6 commit 472e22c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cfnguardian/models/check.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def initialize(resource)
4242
@name = 'HttpCheck'
4343
@package = 'http-check'
4444
@handler = 'handler.http_check'
45-
@version = '077c726ed691a1176caf95497b8b02f05f00e0cb'
45+
@version = '685c17ced2429954fccbf8b8b8f2132b37b3f4ff'
4646
@runtime = 'python3.11'
4747
end
4848
end

lib/cfnguardian/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module CfnGuardian
2-
VERSION = "0.12.0"
2+
VERSION = "0.12.1"
33
CHANGE_SET_VERSION = VERSION.gsub('.', '-').freeze
44
end

0 commit comments

Comments
 (0)