From 916ef53d9bebfc0921621dfe8b4d80c92b6b0448 Mon Sep 17 00:00:00 2001 From: Terre8055 Date: Wed, 12 Jun 2024 10:12:24 +0000 Subject: [PATCH] ci: cron runners --- .github/workflows/trivy-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index ca3d68b..d3abb6e 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -65,7 +65,7 @@ jobs: env: SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }} run: | - curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"Detailed Report uploaded to s3 :white_check_mark:\"}" ${{ secrets.SLACK_WEBHOOK_URL }} + curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"Detailed Report uploaded to s3 :white_check_mark:\"}" ${{ secrets.SLACK_WEBHOOK }} - name: Slack Notification run: |