Skip to content

[Discovery-server] Bump org.owasp.dependencycheck from 11.1.1 to 12.0.0 in /discovery-server #27

[Discovery-server] Bump org.owasp.dependencycheck from 11.1.1 to 12.0.0 in /discovery-server

[Discovery-server] Bump org.owasp.dependencycheck from 11.1.1 to 12.0.0 in /discovery-server #27

name: '[Discovery Server] CI pipeline'
on:
push:
branches:
- main
paths:
- 'discovery-server/**'
- '.github/workflows/discovery-server-ci.yaml'
pull_request:
paths:
- 'discovery-server/**'
- '.github/workflows/discovery-server-ci.yaml'
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/service-build.yaml
with:
path: 'discovery-server'
vulnerability-scanner:
uses: ./.github/workflows/service-vulnerability-scanner.yaml
needs: [ build ]
with:
path: 'discovery-server'
image-vulnerability-scanner:
uses: ./.github/workflows/service-image-vulnerability-scanner.yaml
needs: [ build ]
with:
path: 'discovery-server'
dast-scanner:
uses: ./.github/workflows/service-dast-scanner.yaml
needs: [ build ]
with:
path: 'discovery-server'
port: 8761