Skip to content

[API-Gateway] Bump io.spring.dependency-management from 1.1.6 to 1.1.7 in /api-gateway #41

[API-Gateway] Bump io.spring.dependency-management from 1.1.6 to 1.1.7 in /api-gateway

[API-Gateway] Bump io.spring.dependency-management from 1.1.6 to 1.1.7 in /api-gateway #41

Workflow file for this run

name: '[API Gateway] CI pipeline'
on:
push:
branches:
- main
paths:
- 'api-gateway/**'
- '.github/workflows/api-gateway-ci.yaml'
pull_request:
paths:
- 'api-gateway/**'
- '.github/workflows/api-gateway-ci.yaml'
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/service-build.yaml
with:
path: 'api-gateway'
vulnerability-scanner:
uses: ./.github/workflows/service-vulnerability-scanner.yaml
needs: [ build ]
with:
path: 'api-gateway'
image-vulnerability-scanner:
uses: ./.github/workflows/service-image-vulnerability-scanner.yaml
needs: [ build ]
with:
path: 'api-gateway'
dast-scanner:
uses: ./.github/workflows/service-dast-scanner.yaml
needs: [ build ]
with:
path: 'api-gateway'
port: 8080