Skip to content

Commit

Permalink
add rocky8 to fips validated distro list
Browse files Browse the repository at this point in the history
  • Loading branch information
yizshi committed Oct 11, 2023
1 parent 7a4e25c commit 6701dcb
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 @@ -11,7 +11,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=("centos8" "rhel8" "centos7" "rhel7" "centos6" "rhel6", "fedora34")
FIPS_VALIDATED_DISTROS=("centos8" "rhel8" "centos7" "rhel7" "centos6" "rhel6" "fedora34" "rocky8")

# 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 6701dcb

Please sign in to comment.