diff --git a/.circleci/config.yml b/.circleci/config.yml index 89bc79c0c3a6f..6b007f0dd0f68 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2065,11 +2065,13 @@ workflows: name: semgrep-scan-local scan_command: semgrep scan --timeout=100 --config .semgrep/rules/ --error . context: + - slack - circleci-repo-readonly-authenticated-github-token - semgrep-scan: name: semgrep-test scan_command: semgrep scan --test --config .semgrep/rules/ .semgrep/tests/ context: + - slack - circleci-repo-readonly-authenticated-github-token - go-lint: context: