-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate this project in favour of VaaS
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,20 @@ | |
|
||
This Helm chart deploys GD Scan, a cloud-native malware scanner. | ||
|
||
This project is deprecated and the lives on in [VaaS](https://github.com/GDATASoftwareAG/vaas). | ||
VaaS is a malware protection service for the cloud, which is available as a SaaS solution hosted by | ||
G DATA CyberDefense and on-premise for self hosting. | ||
|
||
<img src="GD Scan Server.png" alt="GDScan" style="width:50%"> | ||
|
||
The chart deploys one pod, consisting of two containers: | ||
* GD Scan Server that is responsible for scanning. It contains two scan engines, which are Bitdefender and G DATA. | ||
* GD Scan Server that is responsible for scanning. | ||
* GD Scan Client that initiates scans and receive results. The client is wrapped by an HTTP API. | ||
|
||
|
||
## Usage | ||
|
||
1. Contact G DATA to get an access token (free trial possible): [Contact us](mailto:[email protected]) | ||
1. Add token to Docker registry config. | ||
|
||
The token has to be set in the `secret.dockerconfigjson` variable on deployment. | ||
|
||
|
@@ -56,11 +60,6 @@ helm repo update | |
helm upgrade gdscan gdscan/gdscan -f values.yaml | ||
``` | ||
|
||
## Pricing | ||
|
||
For pricing details please [contact us](mailto:[email protected]). A free trial is possible. | ||
|
||
|
||
# Options | ||
|
||
| Name | Description | Value | | ||
|