diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 1cfc6591861..092174aed0f 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -74,10 +74,10 @@ jobs: with: payload: | { - "text": "🚨 Security report failed, please check it . 🚨" + "text": "🚨 Security report failed, please check it . 🚨" } env: - SLACK_WEBHOOK_URL: ${{ secrets.E2E_SLACK_WEBHOOK }} + SLACK_WEBHOOK_URL: ${{ secrets.SECURITY_REPORT_SLACK_WEBHOOK }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - name: Slack on Success @@ -86,10 +86,10 @@ jobs: with: payload: | { - "text": "🟢 Security report generated, please check it ." + "text": "🟢 Security report generated, please check it ." } env: - SLACK_WEBHOOK_URL: ${{ secrets.E2E_SLACK_WEBHOOK }} + SLACK_WEBHOOK_URL: ${{ secrets.SECURITY_REPORT_SLACK_WEBHOOK }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - name: Upload Snyk Report HTML files