From 61ab6ec74c15d42aaa262ce9cadbfcb2911ba7c8 Mon Sep 17 00:00:00 2001 From: Nahuel Date: Thu, 2 Feb 2023 18:53:42 +0100 Subject: [PATCH] Update security-scan.yml (#10093) --- .github/workflows/security-scan.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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