Skip to content

Commit

Permalink
Merge pull request #1826 from mercedes-benz/feature-1825-pds-owaspzap…
Browse files Browse the repository at this point in the history
…-one-scan-at-a-time

workerThreadCount is pinned to 1 #1825
  • Loading branch information
sven-dmlr authored Dec 16, 2022
2 parents d3a317f + 980492a commit 860977f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.12.0
version: 0.13.0
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ spec:
value: "{{ .Values.zap.apiKey }}"
- name: PDS_CONFIG_EXECUTE_QUEUE_MAX
value: "{{ .Values.pds.config.execute.queueMax }}"
# Only one scan in parallel possible per pds-owaspzap instance
- name: PDS_CONFIG_EXECUTE_WORKER_THREAD_COUNT
value: "{{ .Values.pds.config.execute.workerThreadCount }}"
value: "1"
- name: ZAP_PROXY_HOST
value: "{{ .Values.zap.proxy.host }}"
- name: ZAP_PROXY_PORT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pds:
config:
execute:
queueMax: 10
workerThreadCount: 1
# workerThreadCount is pinned to 1
heartbeatLogging: "true"
logging:
type:
Expand Down

0 comments on commit 860977f

Please sign in to comment.