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 4605d99 commit 82e8e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cleanup/cis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]]
Expand Down

0 comments on commit 82e8e4c

Please sign in to comment.