Skip to content

[Inventory-service] Bump org.owasp.dependencycheck from 12.0.0 to 12.0.1 in /inventory-service #61

[Inventory-service] Bump org.owasp.dependencycheck from 12.0.0 to 12.0.1 in /inventory-service

[Inventory-service] Bump org.owasp.dependencycheck from 12.0.0 to 12.0.1 in /inventory-service #61

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