Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-25848 - final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Apr 9, 2024
1 parent 53a343e commit 9afafef
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,23 @@ include:
- "/gitlabci/restrictions.yml"
- "/gitlabci/jobs.yml"
- project: "scurity/gitlabci"
ref: APIGOV-25848
ref: $SCURITY_LATEST
file:
- "/.gitlab-ci-fortify.yml"
- "/.gitlab-ci-blackduck.yml"
- "/.gitlab-ci-iriusrisk.yml"
- "/.gitlab-ci-twistlock.yml"
- "/.gitlab-ci-csr.yml"
- project: "apigov/beano_cicd"
ref: APIGOV-25848
ref: $BEANO_CICD_LATEST
# this one MUST be after the scurity jobs in order for overrides to work correctly!
file:
- "/gitlabci/csrjobs.yml"

twistlock-discovery:
extends: .twistlock
rules:
- when: always
# - !reference [.mirror-branch-csr-rules, rules]
- !reference [.mirror-branch-csr-rules, rules]
before_script:
- apk --no-cache update && apk add make
- make docker-build-discovery
Expand All @@ -74,8 +73,7 @@ twistlock-discovery:
twistlock-discovery:on-schedule:
extends: .twistlock
rules:
- when: always
# - !reference [.mirror-schedule-csr-rules, rules]
- !reference [.mirror-schedule-csr-rules, rules]
dependencies: []
before_script:
- !reference [.csr-get-last-git-tag, gettag]
Expand All @@ -96,7 +94,6 @@ twistlock-discovery:on-schedule:

blackduck:on-schedule:
rules:
- when: always
- !reference [.mirror-schedule-csr-rules, rules]
before_script:
- !reference [.csr-get-last-git-tag, gettag]
Expand Down

0 comments on commit 9afafef

Please sign in to comment.