Skip to content

Commit

Permalink
Update push-trigger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: rajapandi1234 <[email protected]>
  • Loading branch information
rajapandi1234 authored Oct 23, 2024
1 parent ce33476 commit 0d1ee9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,13 @@ jobs:
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
RELEASE_DOCKER_HUB: ${{ secrets.RELEASE_DOCKER_HUB }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

call-trivy-scan:
uses: mosip/kattu/.github/workflows/trivy.yml@develop
strategy:
matrix:
include:
- SERVICE_NAME: 'biosdk-server'
with:
service_name: ${{ matrix.SERVICE_NAME }}
version: $'{{ github.ref_name }}'

0 comments on commit 0d1ee9a

Please sign in to comment.