Skip to content

Commit

Permalink
switching parallel back to 0 to autodetect number of cores.
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Dunbar-Hall <[email protected]>
  • Loading branch information
idunbarh committed Sep 30, 2024
1 parent ded06da commit ab27b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phase_1_keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
/tmp/trivy fs \
--timeout 30m0s \
--parallel 4 \
--parallel 0 \
--skip-db-update \
--offline-scan \
--format cyclonedx \
Expand All @@ -39,7 +39,7 @@ jobs:
/tmp/trivy fs \
--timeout 30m0s \
--parallel 4 \
--parallel 0 \
--skip-update \
--offline-scan \
--format spdx-json \
Expand Down

0 comments on commit ab27b7a

Please sign in to comment.