From 7b9e15fded9507b2a16950a51babf504566d0a6e Mon Sep 17 00:00:00 2001 From: Dmitriy Shafranskiy <167208426+dshafranskiy-r7@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:28:29 +0100 Subject: [PATCH] [auto] snyk and codeowners (#3028) * created codeowners and .snyk file * Update .snyk --------- Co-authored-by: Dave Greene --- .github/CODEOWNERS | 2 ++ .snyk | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .snyk diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2c5b09d6fc..a04b7925a1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,3 +3,5 @@ # These owners will be the default owners for everything in the repo. * @rapid7/soar-backend + +.snyk @rapid7/snyk-exceptions @rapid7/pd-code-owners diff --git a/.snyk b/.snyk new file mode 100644 index 0000000000..ed61890968 --- /dev/null +++ b/.snyk @@ -0,0 +1,4 @@ +version: v1.25.0 +ignore: {} +patch: {} +exclude: {}