Skip to content

Commit 5610342

Browse files
authored
[DOP-25330] Fix SCA pipeline
1 parent 6551799 commit 5610342

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ security-scan:
3434
forward:
3535
pipeline_variables: true
3636
yaml_variables: true
37+
variables:
38+
APPSECHUB_PARENT_PIPELINE_ID: $CI_PIPELINE_ID
3739
rules:
3840
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
3941
when: always
4042
- if: $CI_PIPELINE_SOURCE == "web"
4143
when: always
44+
- when: never

0 commit comments

Comments
 (0)