mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Fix trailing whitespace on omnibus overrides file (#6842)
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
1d5f123916
commit
1dd7d5223b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ override "ruby", version: "3.1.2"
|
|||
if mac_os_x?
|
||||
override "openssl", version: "1.1.1w"
|
||||
else
|
||||
# Hopefully temporary, in October 2023 the default is 1.0.2zg which
|
||||
# Hopefully temporary, in October 2023 the default is 1.0.2zg which
|
||||
# has an open high cve, while zi is available. Temporarily pin until
|
||||
# default in omnibus-software has no cves.
|
||||
override "openssl", version: "1.0.2zi"
|
||||
|
|
Loading…
Reference in a new issue