From bf7b448433fc6740b081e4f41850f88b91c125ea Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 1 Apr 2024 12:18:43 -0500 Subject: [PATCH] [CI] Increase timeout for Trivy scan (take 3) --- .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 544c65dc..36015c48 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: '20m' + timeout: '30m' - name: 'Scanned' shell: bash run: echo "::info ::Scanned" diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 5da670a0..0272305f 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: '20m' + timeout: '30m' - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2 with: