From 14540fc578329b0d67a48735f0004ef66b6cd3bf Mon Sep 17 00:00:00 2001 From: Vanessa Stoiber <52395160+dvvanessastoiber@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:22:29 +0100 Subject: [PATCH] fix: Increase timeout of Trivy scan in workflow --- .github/workflows/build-docker-artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-docker-artifacts.yml b/.github/workflows/build-docker-artifacts.yml index 0bf3a0a0..35840a08 100644 --- a/.github/workflows/build-docker-artifacts.yml +++ b/.github/workflows/build-docker-artifacts.yml @@ -299,6 +299,7 @@ jobs: ignore-unfixed: false vuln-type: "os,library" severity: ${{ steps.set_severity.outputs.severity }} + timeout: "10m0s" # The cache update takes quite long, so let's try to disable it for now: https://github.com/aquasecurity/trivy-action#cache cache: "false" continue-on-error: false