SCANPY-219 Migrate shadow scan and iris tasks to github actions#264
SCANPY-219 Migrate shadow scan and iris tasks to github actions#264
Conversation
7c63a01 to
80dbc2c
Compare
SonarQube reviewer guideSummary: Migrates IRIS synchronization from Cirrus CI to GitHub Actions workflow. Review Focus: The new GitHub Actions workflow introduces a multi-stage pipeline with coverage generation, shadow scans, and IRIS sync. Pay attention to the job dependencies, permissions configuration, and the transition from custom bash scripts to reusable actions. Start review at:
|
|
cd8ab68 to
71d52af
Compare
699e323 to
90073aa
Compare
7f6428f to
0bb15a5
Compare
joke1196
left a comment
There was a problem hiding this comment.
LGTM. We would need to rebase before merging.
|
|
||
| only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ "branch-.*") | ||
|
|
||
| linux_container_definition: &LINUX_CONTAINER_DEFINITION |
There was a problem hiding this comment.
We can already get rid of this container definition.
|








SCANPY-219