Skip to content

Commit

Permalink
test(e2e): don't use Trivy "slow" mode (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Jul 22, 2024
1 parent c5e5314 commit 416edb9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/e2e-test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ configMapGenerator:
literals:
# Only include chainsaw namespace pattern to reduce resource waste running e2e tests
- SCAN_NAMESPACE_INCLUDE_REGEXP=^chainsaw-.*
- name: trivy-job-config
namespace: image-scanner
behavior: merge
literals:
# See if "slow" config can improve stability
- SLOW=true
patches:
# FIXME: Somehow sessionAffinity does not work when running e2e tests in some environments
# Disable trivy server sessionAffinity; not really needed when running a single replica
Expand Down

0 comments on commit 416edb9

Please sign in to comment.