From 3e6ac841727ffc5c133fee35387e4781c8253779 Mon Sep 17 00:00:00 2001 From: Miguel de Barros Date: Wed, 1 Sep 2021 15:51:48 +0100 Subject: [PATCH] fix: circleci slack webhook typo fix (#282) * fixes for CI-CD typo image-scan failure on slack webhook --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 006c869d..956f96ba 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -271,7 +271,7 @@ jobs: command: /tmp/ci-config/container-scanning/anchore-result-diff.js anchore-reports/node_12.16.1-alpine-policy.json anchore-reports/${CIRCLE_PROJECT_REPONAME}*-policy.json - slack/status: fail_only: true - webhook: "$SLACK_WEBHOOK_ANNOUNCMENT_CI_CD" + webhook: "$SLACK_WEBHOOK_ANNOUNCEMENT_CI_CD" failure_message: 'Anchore Image Scan failed for: \`"${DOCKER_ORG}/${CIRCLE_PROJECT_REPONAME}:${CIRCLE_TAG}"\`' - store_artifacts: path: anchore-reports @@ -313,7 +313,7 @@ jobs: --set quoting-service.image.tag=$CIRCLE_TAG - slack/status: fail_only: true - webhook: "$SLACK_WEBHOOK_ANNOUNCMENT_CI_CD" + webhook: "$SLACK_WEBHOOK_ANNOUNCEMENT_CI_CD" failure_message: 'Deployment failed for: \`"${DOCKER_ORG}/${CIRCLE_PROJECT_REPONAME}:${CIRCLE_TAG}"\`' release: