Skip to content

Commit

Permalink
OPENSHIFTP-121: adds the cis instance-set to the cis.sh script
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Jun 21, 2024
1 parent 82e8e4c commit 4661b6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/cleanup/cis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ 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 ]]
Expand Down

0 comments on commit 4661b6b

Please sign in to comment.