From a0fdce96b86e2e9ad70ef9311af82656498104c2 Mon Sep 17 00:00:00 2001 From: Chris Stephen Date: Thu, 9 Jan 2025 17:39:20 -0400 Subject: [PATCH] Notify Slack if oss-acknowledgement-check fails --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c925091..8c26318 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -224,6 +224,7 @@ jobs: exit 1 fi cat $SNYK_LICENSE_RESULT_FILE + - notify_failing_main scan: executor: ccc