From 3ae9a125cf8bb71a667ec0c99542367a4d8026f5 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 1 Apr 2024 10:43:50 -0500 Subject: [PATCH] [CI] Increase timeout for Trivy scan (take 2) --- .github/workflows/ci-pr.yml | 2 +- .github/workflows/common.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 129b82fc..544c65dc 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -146,7 +146,7 @@ jobs: ignore-unfixed: true format: 'table' severity: 'CRITICAL,HIGH' - timeout: '10m' + timeout: '20m' - name: 'Scanned' shell: bash run: echo "::info ::Scanned" diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index cdf5b920..5da670a0 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -50,7 +50,7 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' severity: 'CRITICAL,HIGH' - timeout: '10m' + timeout: '20m' - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2 with: