Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

1.2.76

Compare
Choose a tag to compare
@henryguan henryguan released this 15 Feb 00:21
· 12 commits to master since this release

Changelog

  • As we have received quite a bit of feedback that malware scanning is not always a useful use case for customers, especially given the potential for a very long scan time. We have added the ability to disable malware scanning as an option.
    To turn off malware scanning, add following lines to overrides.yaml
scan: 
  malwareScan: 
    enabled: false

Upgrade instructions

Sample upgrade command:

helm upgrade \
  --values overrides.yaml \
  deepsecurity-smartcheck \
  https://github.com/deep-security/smartcheck-helm/archive/1.2.76.tar.gz