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