Skip to content

Commit

Permalink
chore: update job to skip ELBs that are in ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
syedimranhassan committed Apr 3, 2024
1 parent 0853228 commit dda52f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/resources/ssl-expiration-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ ! -v RDSIGNORE ]]; then
fi

if [[ -n "${FROM_ADDRESS}" && "${TO_ADDRESS}" ]]; then
python ssl-expiration-check.py --region $REGION -d $DAYS -r $TO_ADDRESS -f $FROM_ADDRESS -i $rdsignore
python ssl-expiration-check.py --region $REGION -d $DAYS -r $TO_ADDRESS -f $FROM_ADDRESS -i $RDSIGNORE
else
python ssl-expiration-check.py --region $REGION -d $DAYS -i $rdsignore
python ssl-expiration-check.py --region $REGION -d $DAYS -i $RDSIGNORE
fi

0 comments on commit dda52f5

Please sign in to comment.