Skip to content

Commit

Permalink
Enable PCI DSS for RHVH
Browse files Browse the repository at this point in the history
Signed-off-by: Ales Musil <[email protected]>
  • Loading branch information
almusil committed May 5, 2022
1 parent 6bf2909 commit e4df103
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ elif [ $DISTRO = "node" ]; then
curl --fail -L -o $NODE_IMG $([[ -f $NODE_IMG ]] && echo -z $NODE_IMG) ${NODE_URL_BASE}${NODE_URL_LATEST_VERSION} || exit 1
fi

# validate OpenSCAP profile parameter
# TODO we cannot use the profile on RHVH until we make changes to RHVH
#if [ $DISTRO = "rhel8" -o $DISTRO = "rhvh" ]; then
if [ $DISTRO = "rhel8" ]; then
if [ $DISTRO = "rhel8" ] || [ $DISTRO = "rhvh" -a "$OPENSCAP_PROFILE" = "xccdf_org.ssgproject.content_profile_pci-dss" ]; then
echo "With OpenSCAP profile: ${OPENSCAP_PROFILE:-none}"
else
echo "Distro doesn't work with OpenSCAP profiles properly, ignoring"
Expand Down

0 comments on commit e4df103

Please sign in to comment.