diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index c48116c..fbdfe7f 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -60,7 +60,7 @@ jobs: SLACK_MESSAGE: "View details on GitHub Actions: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}. Triggered by repository: ${{ github.repository }} and job: ${{ github.job }}" SLACK_TITLE: "❌ ${{ github.repository }} ❌ Trivy failed on branch ${{ github.ref_name }} for commit ${{ github.sha }} in repository ${{ github.repository }}" SLACK_USERNAME: liquibot - SLACK_WEBHOOK: ${{ secrets.NIGHTLY_BUILDS_SLACK_WEBHOOK }} + SLACK_WEBHOOK: ${{ secrets.DOCKER_SLACK_WEBHOOK_URL }} SLACK_ICON_EMOJI: ":whale:" SLACK_FOOTER: "${{ github.repository }} - ${{ matrix.image.name }}${{ matrix.image.suffix }}:${{ github.sha }}" SLACK_LINK_NAMES: true @@ -135,7 +135,7 @@ jobs: SLACK_MESSAGE: "View details on GitHub Actions: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}. Triggered by repository: ${{ github.repository }} and job: ${{ github.job }}" SLACK_TITLE: "❌ ${{ github.repository }} ❌ Docker Scout failed on branch ${{ github.ref_name }} for commit ${{ github.sha }} in repository ${{ github.repository }}" SLACK_USERNAME: liquibot - SLACK_WEBHOOK: ${{ secrets.NIGHTLY_BUILDS_SLACK_WEBHOOK }} + SLACK_WEBHOOK: ${{ secrets.DOCKER_SLACK_WEBHOOK_URL }} SLACK_ICON_EMOJI: ":whale:" SLACK_FOOTER: "${{ github.repository }} - ${{ matrix.image.name }}${{ matrix.image.suffix }}:${{ github.sha }}" SLACK_LINK_NAMES: true