gdscan

This Helm chart deploys GD Scan, a cloud-native malware scanner.

GDScan

The chart deploys one pod, consisting of two containers:

Usage

  1. Contact G DATA to get an access token (free trail possible): Contact us

The token has to be set in the secret.dockerconfigjson variable on deployment.

# Example values.yaml
secret: 
    dockerconfigjson: $$_BASE64_ENCODED_TOKEN_$$
  1. Add GD Scan repository:
helm repo add gdscan https://gdatasoftwareag.github.io/gdscan/
  1. Now you are able to start GD Scan:
helm install gdscan gdscan/gdscan -f values.yaml

Usage is described in the application’s Swagger UI.

  1. Updating GD Scan

To get the latest malware signatures, update the helm chart with the following command. An update is recommended every hour.

helm repo update
helm upgrade gdscan  gdscan/gdscan -f values.yaml

Pricing

For pricing details please contact us. A free trail is possible.

Options

Name Description Value
service.type service type ClusterIP
service.ports.api API service port 8080
service.annotations service annotations {}
replicaCount number of pods 1