Skip to content

Commit

Permalink
APIGOV-29384 - convert CSR to SecurityCI (#871)
Browse files Browse the repository at this point in the history
* APIGOV-29384 - implement securityCI

* APIGOV-29384 - final refs

* APIGOV-29384 -
  • Loading branch information
dfeldickgit authored Jan 8, 2025
1 parent 60a4994 commit 59072bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@ include:
ref: master
file: "/.gitlab-ci-sonar.yml"
- project: "apigov/beano_cicd"
ref: $BEANO_CICD_LATEST
ref: $BEANO_CICD_BLUE
# the order of these include files is important
file:
- "/gitlabci/variables.yml"
- "/gitlabci/restrictions.yml"
- "/gitlabci/jobs.yml"
- project: "scurity/gitlabci"
ref: $SCURITY_LATEST
ref: $SCURITY_BLUE
file:
- "/.gitlab-ci-fortify.yml"
- "/.gitlab-ci-twistlock.yml"
- "/.gitlab-ci-iriusrisk.yml"
- "/.gitlab-ci-blackduck.yml"
- "/.gitlab-ci-csr.yml"
- "/.gitlab-ci-security.yml"
- project: "apigov/beano_cicd"
ref: $BEANO_CICD_LATEST
ref: $BEANO_CICD_BLUE
# this one MUST be after the scurity jobs in order for overrides to work correctly!
file:
- "/gitlabci/csrjobs.yml"
- "/gitlabci/csrjobsformirror.yml"
- "/gitlabci/securityjobs.yml"
- "/gitlabci/securityjobsformirror.yml"

stages:
- test
Expand Down Expand Up @@ -111,11 +111,11 @@ upload-files-to-srm:on-schedule:
- !reference [.only-never-rule, rules]

# For these 2, override the 'needs' from base
run-csr:
report-main:
needs:
- fetch-fortify

update-csr:
report-latest-and-push:
needs:
- fetch-fortify:on-schedule
- fetch-third-party:on-schedule
File renamed without changes.
6 changes: 3 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

* @jcollins-axway @dfeldick @sbolosan @vivekschauhan @alrosca @dgghinea

#[CSR]
# .csr-profile.json requires SPOC approval for any modifications
.csr-profile.json @dfeldick @jcollins-axway @vivekschauhan
#[SECURITY]
# .security-profile.json requires SPOC approval for any modifications
.security-profile.json @dfeldick @jcollins-axway @vivekschauhan
renovate.json @dfeldick


Expand Down

0 comments on commit 59072bc

Please sign in to comment.