Skip to content

Commit

Permalink
Merge pull request #169 from rajapandi1234/patch-5
Browse files Browse the repository at this point in the history
Update push-trigger.yml
  • Loading branch information
vijay151096 authored Oct 24, 2024
2 parents 332631d + fe81b08 commit 64cf311
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,16 @@ jobs:
ORG_KEY: ${{ secrets.ORG_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

call-trivy-scan:
uses: mosip/kattu/.github/workflows/trivy.yml@develop
with:
service_name: 'inji-web'
version: 'latest'
trivy-scan:
needs: build-dockers-inji-web
uses: mosip/kattu/.github/workflows/trivy.yml@develop
strategy:
matrix:
include:
- SERVICE_NAME: 'inji-web'


with:
service_name: ${{ matrix.SERVICE_NAME }}
version: ${{ github.event.pull_request.base.ref }}

0 comments on commit 64cf311

Please sign in to comment.