Skip to content

Commit

Permalink
[Cloud Security] Prevent 'index not found' error log
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenIdo committed Sep 15, 2024
1 parent cab95aa commit 4797dc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ const checkIndexHasFindings = async (
],
},
},
ignore_unavailable: true,
});

// Check the number of hits
Expand Down

0 comments on commit 4797dc4

Please sign in to comment.