Skip to content

Commit b0ec2bd

Browse files
committed
ci: add ThreadWinds ingestion build job to deployment pipeline
1 parent 3173db0 commit b0ec2bd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/v10-deployment-pipeline.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,15 @@ jobs:
249249
image_name: sophos
250250
tag: ${{ needs.setup_deployment.outputs.tag }}
251251

252+
build_threadwinds_ingestion:
253+
name: Build Threadwinds-Ingestion Microservice
254+
needs: [validations,setup_deployment]
255+
if: ${{ needs.setup_deployment.outputs.tag != '' }}
256+
uses: ./.github/workflows/reusable-golang.yml
257+
with:
258+
image_name: threadwinds-ingestion
259+
tag: ${{ needs.setup_deployment.outputs.tag }}
260+
252261
build_user_auditor:
253262
name: Build User-Auditor Microservice
254263
needs: [validations,setup_deployment]
@@ -281,6 +290,7 @@ jobs:
281290
build_aws, build_backend, build_correlation, build_frontend,
282291
build_bitdefender, build_mutate, build_office365,
283292
build_log_auth_proxy, build_soc_ai, build_sophos,
293+
build_threadwinds_ingestion,
284294
build_user_auditor, build_web_pdf
285295
]
286296
if: ${{ needs.setup_deployment.outputs.tag != '' }}

0 commit comments

Comments
 (0)