From cf8933d70e4741086332cea30d79a06ecdaaf47e Mon Sep 17 00:00:00 2001 From: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:23:59 +0200 Subject: [PATCH] increase timeout, check for HIGH severities --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b8233a26..917b575b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,9 +159,10 @@ jobs: scan-type: image image-ref: ghcr.io/fkie-cad/logprep:py${{ matrix.python-version }}-${{ github.head_ref }} format: table + timeout: 10m exit-code: 1 ignore-unfixed: true - severity: CRITICAL + severity: HIGH,CRITICAL # Trivy-db uses `0600` permissions. # But `action/cache` use `runner` user by default