mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Update openssl to 1.1.1k on macos
This resolves several CVEs Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
8a93f08a13
commit
a0d15f2908
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ override "train", version: "v#{train_stable}"
|
|||
override "ruby", version: "2.7.2"
|
||||
|
||||
# Mac m1
|
||||
override "openssl", version: "1.1.1j" if mac_os_x?
|
||||
override "openssl", version: "1.1.1k" if mac_os_x?
|
||||
|
|
Loading…
Add table
Reference in a new issue