diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index f70609fe..e6bf48c3 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -45,4 +45,17 @@ jobs: secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} ORG_KEY: ${{ secrets.ORG_KEY }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} + + 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 }}