Skip to content

Commit

Permalink
Updated to send trivy scan failure alerts to hmpps-sre-alerts slack c…
Browse files Browse the repository at this point in the history
…hannel (#60)

* Updated to send failure to hmpps-sre-alerts slack channel

* Updated helm and kubectl version

* Regressed to include it in new PR
  • Loading branch information
Sandhya1874 authored Aug 16, 2024
1 parent 9c47343 commit f13d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy_scan_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ failure() }}
uses: slackapi/slack-github-action@v1.23.0
with:
channel-id: 'hmpps_tech_alerts_security'
channel-id: 'hmpps-sre-alerts'
slack-message: "_Job:_ ${{ github.job }}\n_Status:_ ${{ job.status }}\n_Workflow:_ ${{ github.workflow }}\n_Repo:_ ${{ github.repository }}\n<https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}|View on github>\n"
env:
SLACK_BOT_TOKEN: ${{ secrets.HMPPS_SLACK_BOT_TOKEN }}
Expand Down

0 comments on commit f13d25f

Please sign in to comment.