Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#4019 - Virus Scan False Positives #4129

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devops/helm/clam-av/_clamav/configurations/1.0/clamd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ MaxRecursion 10
# Note: disabling this limit or setting it too high may result in severe damage
# to the system.
# Default: 10000
MaxFiles 100
# MaxFiles 10000

# Maximum size of a file to check for embedded PE. Files larger than this value
# will skip the additional analysis step.
Expand Down
2 changes: 1 addition & 1 deletion devops/helm/clam-av/_clamav/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: ghcr.io/bcgov/clamav-unprivileged
tag: ca3d42f3dde3c5aa9bcab636f752119bbe6a67e8 # pragma: allowlist secret
tag: 3a352496562953dc0d371f265d122a6bc06b2b44 # pragma: allowlist secret
pullPolicy: IfNotPresent

priorityClassName: ""
Expand Down
2 changes: 1 addition & 1 deletion sources/packages/clam-av/clamd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ MaxRecursion 10
# Note: disabling this limit or setting it too high may result in severe damage
# to the system.
# Default: 10000
MaxFiles 100
# MaxFiles 10000

# Maximum size of a file to check for embedded PE. Files larger than this value
# will skip the additional analysis step.
Expand Down
Loading