diff --git a/scripts/cleanup/cis.sh b/scripts/cleanup/cis.sh index f33b0e4..22fe9d7 100755 --- a/scripts/cleanup/cis.sh +++ b/scripts/cleanup/cis.sh @@ -88,6 +88,7 @@ audit() { ERRORS=0 while true do + ${IBMCLOUD} cis instance-set "${TARGET_INSTANCE}" ${IBMCLOUD} cis dns-records "${TARGET_INSTANCE}" --output json --per-page 1000 --page ${PAGE} > "${JSON_BODY}" if [[ $? != 0 ]]