fix: increase trivy timeout (#1032)

Co-authored-by: okozachenko1203 <okozachenko1203@users.noreply.github.com>
diff --git a/Earthfile b/Earthfile
index 2b145a4..acfb0a6 100644
--- a/Earthfile
+++ b/Earthfile
@@ -164,6 +164,7 @@
       --scanners vuln \
       --exit-code 1 \
       --ignore-unfixed \
+      --timeout 10m \
       ${IMAGE}
 
 scan-image: