Skip to content

Commit

Permalink
Added rhel8 and centos8 to list of operating systems with FIPS support (
Browse files Browse the repository at this point in the history
  • Loading branch information
vbscott authored Oct 3, 2019
1 parent 17a5738 commit 07c9aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/is_fips_supported.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# We also echo the return code before exiting since there's no good way to capture it
# without some actual output in cram :(

FIPS_VALIDATED_DISTROS=("centos7" "rhel7" "centos6" "rhel6")
FIPS_VALIDATED_DISTROS=("centos8" "rhel8" "centos7" "rhel7" "centos6" "rhel6")

# We can't use uname since that won't work with Docker images.
# See https://stackoverflow.com/questions/31012297/uname-a-returning-the-same-in-docker-host-or-any-docker-container for more details.
Expand Down

0 comments on commit 07c9aac

Please sign in to comment.