To configure integration with TeamCity CI/CD:
API_TOKEN
— specify the copied value of the Kaspersky Container Security API token.API_BASE_URL
— specify the URL of Kaspersky Container Security.RUST_BACKTRACE
— If necessary, specify full
to use backtracing.SKIP_API_SERVER_VALIDATION
— specify true
if you are using a self-signed certificate or if you need to skip authentication of the receiving server using the CA certificate of the Ingress controller.COMPANY_EXT_REGISTRY_USERNAME
– specify the account name in the registry of the scanned image.COMPANY_EXT_REGISTRY_PASSWORD
– specify the password for the registry of the scanned image.COMPANY_EXT_REGISTRY_TLS_CERT
– specify details of the certificate for secure connection to the registry.The certificate details are specified as a string in the .PEM format:
-----BEGIN CERTIFICATE-----\n... <
certificate details
> ...\n-----END CERTIFICATE-----
.
HTTP_PROXY
– a proxy server for HTTP requestsHTTPS_PROXY
– a proxy server for HTTPS requestsNO_PROXY
– domains or appropriate domain masks to be excluded from proxying/bin/sh /entrypoint.sh nginx:latest
).company.gitlab.cloud.net:5050/companydev/example/scanner:v2.0.0-with-db
.--privileged
.