Skip to content

Commit

Permalink
Apigov 28746 (#852)
Browse files Browse the repository at this point in the history
* APIGOV-28746 - SRM integration

* APIGOV-28746 - test

* APIGOV-28746 - test

* APIGOV-28746 - test

* APIGOV-28746 - SRM integration

* APIGOV-28746 - fixes for SRM mirror repos
  • Loading branch information
dfeldick authored Nov 5, 2024
1 parent 5a8b88f commit 21c52a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,17 @@ twistlock-discovery:on-schedule:
twistlock-traceability:on-schedule:
rules:
- !reference [.only-never-rule, rules]

run-csr:
needs:
- upload-files-to-srm
- fetch-fortify

update-csr:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule" && $COMPONENT_TESTS_ONLY != "y"
when: always
needs:
- upload-files-to-srm:on-schedule
- fetch-fortify:on-schedule
- fetch-third-party:on-schedule

0 comments on commit 21c52a1

Please sign in to comment.