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 authored and sandrobonazzola committed Oct 11, 2022
1 parent a82f7a4 commit e146fb5
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 @@ -45,10 +45,7 @@ elif [ $DISTRO = "node" -o $DISTRO = "el9node" ]; 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 e146fb5

Please sign in to comment.