-
Notifications
You must be signed in to change notification settings - Fork 0
45 lines (39 loc) · 1.04 KB
/
notification-service-ci.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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