File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 249
249
250
250
# Detect if the created backup contains any leaked ssh keys
251
251
echo " Checking for leaked ssh keys ..."
252
- ghe-detect-leaked-ssh-keys -s " $GHE_SNAPSHOT_DIR "
252
+ ghe-detect-leaked-ssh-keys -s " $GHE_SNAPSHOT_DIR " || true
253
253
254
254
# Make sure we exit zero after the conditional
255
255
true
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export GHE_RESTORE_SNAPSHOT
68
68
69
69
# Detect if the backup we are restoring has a leaked ssh key
70
70
echo " Checking for leaked keys in the backup snapshot that is being restored ..."
71
- ghe-detect-leaked-ssh-keys -s " $GHE_RESTORE_SNAPSHOT_PATH "
71
+ ghe-detect-leaked-ssh-keys -s " $GHE_RESTORE_SNAPSHOT_PATH " || true
72
72
73
73
# Figure out whether to use the tarball or rsync restore strategy based on the
74
74
# strategy file written in the snapshot directory.
You can’t perform that action at this time.
0 commit comments