Skip to content

Latest commit

 

History

History
 
 

scanner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Aqua Security Scanner Helm Chart

These are Helm charts for installation and maintenance of Aqua Container Security Platform Scanner CLI.

Contents

Installing the Chart

Clone the GitHub repository with the chart

git clone https://github.com/aquasecurity/aqua-helm.git
cd aqua-helm/
helm upgrade --install --namespace aqua scanner ./scanner --set imageCredentials.username=<>,imageCredentials.password=<>

Configurable Variables

The following table lists the configurable parameters of the Console and Enforcer charts with their default values.

Scanner

Parameter Description Default
repositoryUriPrefix repository uri prefix for dockerhub set docker.io registry.aquasec.com
docker.socket.path docker socket path /var/run/docker.sock
docker Scanning mode direct or docker link -
serviceAccount k8s service account to use aqua-sa
server.serviceName service name for server to connect aqua-console-svc
server.port service port for server to connect 8080
image.repository the docker image name to use scanner
image.tag The image tag to use. 5.0
image.pullPolicy The kubernetes image pull policy. IfNotPresent
user scanner username unset
password scanner password unset
replicaCount replica count 1
resources Resource requests and limits {}
nodeSelector Kubernetes node selector {}
tolerations Kubernetes node tolerations []
affinity Kubernetes node affinity {}

Support

If you encounter any problems or would like to give us feedback on deployments, we encourage you to raise issues here on GitHub please contact us at https://github.com/aquasecurity.