Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIGOV-29656 - changes for SSG #882

Merged
merged 2 commits into from
Feb 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ include:
ref: master
file: "/.gitlab-ci-sonar.yml"
- project: "apigov/beano_cicd"
ref: $BEANO_CICD_BLUE
ref: $BEANO_CICD_GREEN
# the order of these include files is important
file:
- "/gitlabci/variables.yml"
- "/gitlabci/restrictions.yml"
- "/gitlabci/jobs.yml"
- project: "scurity/gitlabci"
ref: $SCURITY_BLUE
ref: $SCURITY_GREEN
file:
- "/.gitlab-ci-fortify.yml"
- "/.gitlab-ci-twistlock.yml"
- "/.gitlab-ci-iriusrisk.yml"
- "/.gitlab-ci-blackduck.yml"
- "/.gitlab-ci-security.yml"
- project: "apigov/beano_cicd"
ref: $BEANO_CICD_BLUE
ref: $BEANO_CICD_GREEN
# this one MUST be after the scurity jobs in order for overrides to work correctly!
file:
- "/gitlabci/securityjobs.yml"
Expand Down Expand Up @@ -106,16 +106,12 @@ upload-files-to-srm:
rules:
- !reference [.only-never-rule, rules]

upload-files-to-srm:on-schedule:
rules:
- !reference [.only-never-rule, rules]

# For these 2, override the 'needs' from base
report-main:
report-latest:
needs:
- fetch-fortify
- fetch-blackduck:on-schedule

report-latest-and-push:
report-snapshot-and-push:
needs:
- fetch-fortify:on-schedule
- fetch-third-party:on-schedule
- fetch-fortify
- fetch-third-party
Loading