Skip to content

Commit

Permalink
Merge pull request #151 from rajapandi1234/patch-2
Browse files Browse the repository at this point in the history
Update push-trigger.yml
  • Loading branch information
vijay151096 authored Oct 21, 2024
2 parents cbefe6c + 0b79c3c commit 332631d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
RELEASE_DOCKER_HUB: ${{ secrets.RELEASE_DOCKER_HUB }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

sonar-analysis-inji-web:
if: "${{ github.event_name != 'pull_request' }}"
needs: build-dockers-inji-web
Expand All @@ -45,4 +46,10 @@ jobs:
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

call-trivy-scan:
uses: mosip/kattu/.github/workflows/trivy.yml@develop
with:
service_name: 'inji-web'
version: 'latest'

0 comments on commit 332631d

Please sign in to comment.