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: