add: some variables were missing for container analysis

This commit is contained in:
Vladimir (vapronva) 2022-09-30 05:00:41 +03:00
parent 2d67f6b0c8
commit 5a519505fa
Signed by: vapronva
GPG Key ID: A45F9F69DDD8A474
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ container_scanning:
CS_DISABLE_DEPENDENCY_LIST: "true"
CS_DEFAULT_BRANCH_IMAGE: $CI_REGISTRY_IMAGE/hatkidchan-mastoposter:latest
CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE/hatkidchan-mastoposter
CI_APPLICATION_TAG: "latest"
CS_DISABLE_LANGUAGE_VULNERABILITY_SCAN: "false"
CS_ANALYZER_IMAGE: "registry.gitlab.com/security-products/container-scanning/grype:5"
SECURE_LOG_LEVEL: "debug"