Skip to content

Commit

Permalink
[CI]Remove deprecated jobs (#531)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ystefinko authored Jul 16, 2024
1 parent 4fafecd commit a5f76ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 76 deletions.
19 changes: 0 additions & 19 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ image: ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${DOCKER_IMAGE_VERSION}
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml

stages:
Expand Down Expand Up @@ -77,24 +76,6 @@ regression_generate_report_job:
- master
- branches

weekly_security_test_job:
stage: test
tags:
- docker-prod
script:
- $CI_PROJECT_DIR/scripts/security-scanner/SecurityScannerUpload.sh build/olp-edge-ts.zip OLP_EDGE_CI@here.com
only:
refs:
- master
- schedules
variables:
- $SECURITY
artifacts:
when: always
paths:
- build
expire_in: 1 year # save our zip for 1 year as job artifacts

nightly_perf_publish_test_job:
stage: test
tags:
Expand Down
57 changes: 0 additions & 57 deletions scripts/security-scanner/SecurityScannerUpload.sh

This file was deleted.

0 comments on commit a5f76ba

Please sign in to comment.