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

anchore-enterprise 5.13 add max_scan_time for analyzer malware #425

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

HN23
Copy link
Member

@HN23 HN23 commented Dec 12, 2024

No description provided.

Signed-off-by: Hung Nguyen <hung.tran.nguyen.585@gmail.com>
@HN23 HN23 requested a review from bobmel December 12, 2024 20:00
@HN23 HN23 requested a review from a team as a code owner December 12, 2024 20:00
@@ -8,6 +8,7 @@ should render the configmaps:
clamav:
db_update_enabled: true
enabled: <ALLOW_API_CONFIGURATION>
max_scan_time: 600000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the latest code change I'm making the new default will be 180000
(= 30 minutes) rather than 600000 (= 10 minutes).

Probably the helm chart should have that as default too?

@@ -503,6 +503,8 @@ anchoreConfig:
clamav:
enabled: "<ALLOW_API_CONFIGURATION>" # false
db_update_enabled: true
# Maximum time in milliseconds that a ClamAV scan is allowed to run
max_scan_time: 600000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dito.

Signed-off-by: Hung Nguyen <hung.tran.nguyen.585@gmail.com>
@HN23 HN23 requested a review from bobmel December 12, 2024 20:46
@HN23 HN23 merged commit a4e50df into nightly Dec 13, 2024
9 checks passed
@HN23 HN23 deleted the anchore-enterprise-513-update branch December 13, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants