Skip to content

Commit a5f76ba

Browse files
authored
[CI]Remove deprecated jobs (#531)
Remove deleted job in Gitlab 17 https://docs.gitlab.com/ee/update/deprecations.html Flawfinder is not working anymore for us. Relates-To: OCMAM-75 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent 4fafecd commit a5f76ba

File tree

2 files changed

+0
-76
lines changed

2 files changed

+0
-76
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ image: ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${DOCKER_IMAGE_VERSION}
33
include:
44
- template: Security/SAST.gitlab-ci.yml
55
- template: Security/Secret-Detection.gitlab-ci.yml
6-
- template: Security/License-Scanning.gitlab-ci.yml
76
- template: Security/Dependency-Scanning.gitlab-ci.yml
87

98
stages:
@@ -77,24 +76,6 @@ regression_generate_report_job:
7776
- master
7877
- branches
7978

80-
weekly_security_test_job:
81-
stage: test
82-
tags:
83-
- docker-prod
84-
script:
85-
- $CI_PROJECT_DIR/scripts/security-scanner/SecurityScannerUpload.sh build/olp-edge-ts.zip OLP_EDGE_CI@here.com
86-
only:
87-
refs:
88-
- master
89-
- schedules
90-
variables:
91-
- $SECURITY
92-
artifacts:
93-
when: always
94-
paths:
95-
- build
96-
expire_in: 1 year # save our zip for 1 year as job artifacts
97-
9879
nightly_perf_publish_test_job:
9980
stage: test
10081
tags:

scripts/security-scanner/SecurityScannerUpload.sh

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)