From ce6b01b50c29d31e730d6c6b4bba2bc75a824534 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 1 Apr 2024 14:34:41 -0500 Subject: [PATCH] [CI] Increase timeout for Trivy scan (take 6) --- .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 6505cefd..d078c279 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -147,7 +147,7 @@ jobs: ignore-unfixed: true format: 'table' severity: 'CRITICAL,HIGH' - timeout: '30m' + timeout: '2h' skip-files: '**/README.adoc' - name: 'Scanned' shell: bash diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index df7d334a..c9324daf 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -51,7 +51,7 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' severity: 'CRITICAL,HIGH' - timeout: '30m' + timeout: '2h' skip-files: '**/README.adoc' - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2