fix broken pipeline generation

This commit is contained in:
Hazelnoot 2025-09-24 10:46:24 -04:00
parent 8042237574
commit c9dcb405c8

View file

@ -2,8 +2,6 @@
include:
- template: Jobs/Dependency-Scanning.latest.gitlab-ci.yml
- template: Jobs/Container-Scanning.latest.gitlab-ci.yml
rules:
- if: $CI_PIPELINE_SOURCE != 'merge_request_event'
- template: Jobs/SAST.latest.gitlab-ci.yml
- template: Jobs/Secret-Detection.latest.gitlab-ci.yml
# https://docs.gitlab.com/user/application_security/dependency_scanning/experiment_libbehave_dependency/
@ -11,7 +9,7 @@ include:
# https://stackoverflow.com/a/70360201
- component: $CI_SERVER_FQDN/TransFem-org/libbehave/libbehave@v0.1.0
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
variables:
@ -35,6 +33,7 @@ variables:
# https://docs.gitlab.com/user/application_security/detect/security_configuration/#error-chosen-stage-test-does-not-exist
container_scanning:
variables:
AST_ENABLE_MR_PIPELINES: 'false'
CS_IMAGE: ${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG}
stage: deploy