Skip to content

Commit

Permalink
[Workflows] Add. Docker Image Vulnerability scanner job in all servic…
Browse files Browse the repository at this point in the history
…e ci pipelines
  • Loading branch information
shaikrasheed99 committed Aug 29, 2024
1 parent 8dbc374 commit fd1ccf7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/discovery-server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
path: 'discovery-server'

image-vulnerability-scanner:
uses: ./.github/workflows/service-image-vulnerability-scanner.yaml
with:
path: 'discovery-server'

dast-scanner:
uses: ./.github/workflows/service-dast-scanner.yaml
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/inventory-service-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
path: 'inventory-service'

image-vulnerability-scanner:
uses: ./.github/workflows/service-image-vulnerability-scanner.yaml
with:
path: 'inventory-service'

dast-scanner:
uses: ./.github/workflows/service-dast-scanner.yaml
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/notification-service-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
path: 'notification-service'

image-vulnerability-scanner:
uses: ./.github/workflows/service-image-vulnerability-scanner.yaml
with:
path: 'notification-service'

dast-scanner:
uses: ./.github/workflows/service-dast-scanner.yaml
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/order-service-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
path: 'order-service'

image-vulnerability-scanner:
uses: ./.github/workflows/service-image-vulnerability-scanner.yaml
with:
path: 'order-service'

dast-scanner:
uses: ./.github/workflows/service-dast-scanner.yaml
with:
Expand Down

0 comments on commit fd1ccf7

Please sign in to comment.