From 22db957dc95dc554b3286612227d3e027fb50e61 Mon Sep 17 00:00:00 2001 From: Leif Dreizler Date: Wed, 8 Apr 2020 00:06:20 -0700 Subject: [PATCH 1/2] update snyk --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f2bee34f..ca194cf7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,12 @@ jobs: - run: python setup.py egg_info - run: cp analytics_python.egg-info/requires.txt requirements.txt - run: pip install --user -r requirements.txt - - run: curl -sL https://raw.githubusercontent.com/segmentio/snyk_helpers/master/initialization/snyk.sh | sh + - run: + name: Snyk + command: curl -sL https://raw.githubusercontent.com/segmentio/snyk_helpers/master/initialization/snyk.sh | sh + environment: + SNYK_FAIL_ON: upgradable + SNYK_SEVERITY_THRESHOLD: high test_27: docker: From 803388578cf2737a67e173f9d0c7f8e60a054cda Mon Sep 17 00:00:00 2001 From: adityakumarsarvaiya <92515255+adityakumarsarvaiya@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:52:23 +0530 Subject: [PATCH 2/2] Added codeowners file. --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..860d1e17 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +.fabric/ @unacademy/sre \ No newline at end of file