Skip to content

[Notification-service] Bump org.owasp.dependencycheck from 10.0.3 to 11.1.1 in /notification-service #60

[Notification-service] Bump org.owasp.dependencycheck from 10.0.3 to 11.1.1 in /notification-service

[Notification-service] Bump org.owasp.dependencycheck from 10.0.3 to 11.1.1 in /notification-service #60

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