forked from hkc/mastoposter
add: some variables were missing for container analysis
This commit is contained in:
parent
2d67f6b0c8
commit
5a519505fa
|
@ -34,6 +34,7 @@ container_scanning:
|
||||||
CS_DISABLE_DEPENDENCY_LIST: "true"
|
CS_DISABLE_DEPENDENCY_LIST: "true"
|
||||||
CS_DEFAULT_BRANCH_IMAGE: $CI_REGISTRY_IMAGE/hatkidchan-mastoposter:latest
|
CS_DEFAULT_BRANCH_IMAGE: $CI_REGISTRY_IMAGE/hatkidchan-mastoposter:latest
|
||||||
CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE/hatkidchan-mastoposter
|
CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE/hatkidchan-mastoposter
|
||||||
|
CI_APPLICATION_TAG: "latest"
|
||||||
CS_DISABLE_LANGUAGE_VULNERABILITY_SCAN: "false"
|
CS_DISABLE_LANGUAGE_VULNERABILITY_SCAN: "false"
|
||||||
CS_ANALYZER_IMAGE: "registry.gitlab.com/security-products/container-scanning/grype:5"
|
CS_ANALYZER_IMAGE: "registry.gitlab.com/security-products/container-scanning/grype:5"
|
||||||
SECURE_LOG_LEVEL: "debug"
|
SECURE_LOG_LEVEL: "debug"
|
||||||
|
|
Loading…
Reference in New Issue