{"id":19657840,"url":"https://github.com/gdatasoftwareag/gdscan","last_synced_at":"2026-02-25T23:06:26.902Z","repository":{"id":41969521,"uuid":"478906098","full_name":"GDATASoftwareAG/gdscan","owner":"GDATASoftwareAG","description":"Helm Chart for GD Scan ","archived":false,"fork":false,"pushed_at":"2025-01-26T23:06:45.000Z","size":173,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-02-27T02:30:20.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GDATASoftwareAG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-07T09:02:46.000Z","updated_at":"2025-01-15T12:20:41.000Z","dependencies_parsed_at":"2023-02-13T21:16:10.326Z","dependency_job_id":"e74bce3a-38fd-42af-956d-3dfbcdc32178","html_url":"https://github.com/GDATASoftwareAG/gdscan","commit_stats":null,"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/GDATASoftwareAG/gdscan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GDATASoftwareAG%2Fgdscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GDATASoftwareAG%2Fgdscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GDATASoftwareAG%2Fgdscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GDATASoftwareAG%2Fgdscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GDATASoftwareAG","download_url":"https://codeload.github.com/GDATASoftwareAG/gdscan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GDATASoftwareAG%2Fgdscan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29844845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T15:33:53.552Z","updated_at":"2026-02-25T23:06:26.887Z","avatar_url":"https://github.com/GDATASoftwareAG.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gdscan\n\nThis Helm chart deploys GD Scan, a cloud-native malware scanner.\n\n    This project is deprecated and the lives on in [VaaS](https://github.com/GDATASoftwareAG/vaas).\n    VaaS is a malware protection service for the cloud, which is available as a SaaS solution hosted by \n    G DATA CyberDefense and on-premise for self hosting.\n\n\u003cimg src=\"GD Scan Server.png\" alt=\"GDScan\" style=\"width:50%\"\u003e\n\nThe chart deploys one pod, consisting of two containers:\n * GD Scan Server that is responsible for scanning.\n * GD Scan Client that initiates scans and receive results. The client is wrapped by an HTTP API.\n\n\n## Usage\n\n1. Add token to Docker registry config.\n\nThe token has to be set in the `secret.dockerconfigjson` variable on deployment.\n\n```yaml\n# Example values.yaml\nsecret: \n    dockerconfigjson: $$_BASE64_ENCODED_JSON_CONTAINING_TOKEN_$$\n```\n\nExample of the dockerconfigjson\n\n```json\n{\n    \"auths\": {\n            \"ghcr.io\": {\n                    \"auth\": \"$$_BASE64_ENCODED_USERNAME_AND_TOKEN_$$\"\n            }\n    }\n}\n```\n\n3. Add GD Scan repository:\n\n```\nhelm repo add gdscan https://gdatasoftwareag.github.io/gdscan/\n```\n\n3. Now you are able to start GD Scan:\n\n```bash\nhelm install gdscan gdscan/gdscan -f values.yaml\n```\n\nUsage is described in the application's Swagger UI.\n\n4. Updating GD Scan\n\nTo get the latest malware signatures, update the helm chart with the following command. An update is recommended every hour.\n\n```bash\nhelm repo update\nhelm upgrade gdscan  gdscan/gdscan -f values.yaml\n```\n\n# Options\n\n| Name                            | Description                                                                      | Value       |\n| ------------------------------- | -------------------------------------------------------------------------------- | ----------- |\n| `service.type`                  | service type                                                                     | `ClusterIP` |\n| `service.ports.api`             | API service port                                                                 | `8080`      |\n| `service.annotations`           | service annotations                                                              | `{}`        |\n| `replicaCount`                  | number of pods                                                                   | `1`         |\n| `autoscaling.enabled`           | enable auto scaling                                                              | `false`     |\n| `autoscaling.maxReplicas`       | maximum number of replicas                                                       | `20`        |\n| `autoscaling.metrics`           | custom metrics for auto scaling                                                  |             |\n| `terminationGracePeriodSeconds` | max time in seconds for scans to complete                                        | `30`        |\n| `debug`                         | when activated the containers produce more verbose eg for analysing scan timings | `false`     |\n| `server.tempfolder.inmemory`    | activates inmemory tempfolder                                                    | `false`     |\n| `client.tempfolder.inmemory`    | activates inmemory tempfolder                                                    | `false`     |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdatasoftwareag%2Fgdscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgdatasoftwareag%2Fgdscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdatasoftwareag%2Fgdscan/lists"}