Skip to content

Commit

Permalink
increase timeout, check for HIGH severities
Browse files Browse the repository at this point in the history
  • Loading branch information
P4sca1 committed Oct 8, 2024
1 parent d36d48a commit cf8933d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf8933d

Please sign in to comment.