Skip to content

[Notification-service] Bump plugin.spring from 2.0.0 to 2.1.0 in /notification-service #55

[Notification-service] Bump plugin.spring from 2.0.0 to 2.1.0 in /notification-service

[Notification-service] Bump plugin.spring from 2.0.0 to 2.1.0 in /notification-service #55

name: '[Notification Service] CI pipeline'
on:
push:
branches:
- main
paths:
- 'notification-service/**'
- '.github/workflows/notification-service-ci.yaml'
pull_request:
paths:
- 'notification-service/**'
- '.github/workflows/notification-service-ci.yaml'
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/service-build.yaml
with:
path: 'notification-service'
tests:
uses: ./.github/workflows/service-tests.yaml
with:
path: 'notification-service'
vulnerability-scanner:
uses: ./.github/workflows/service-vulnerability-scanner.yaml
needs: [ build, tests ]
with:
path: 'notification-service'
image-vulnerability-scanner:
uses: ./.github/workflows/service-image-vulnerability-scanner.yaml
needs: [ build, tests ]
with:
path: 'notification-service'
dast-scanner:
uses: ./.github/workflows/service-dast-scanner.yaml
needs: [ build, tests ]
with:
path: 'notification-service'
port: 8083
dbName: notifications