From 521eca32c269d9ae72ab7d028c960334f303c151 Mon Sep 17 00:00:00 2001 From: ShiftLeft Date: Thu, 14 Jul 2022 18:10:51 -0500 Subject: [PATCH] adding ShiftLeft build rules --- shiftleft.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shiftleft.yml diff --git a/shiftleft.yml b/shiftleft.yml new file mode 100644 index 0000000000..220d4baf42 --- /dev/null +++ b/shiftleft.yml @@ -0,0 +1,12 @@ +build_rules: + - id: allow-zero-findings + finding_types: + - vuln + - secret + - insight + - "*" + severity: + - SEVERITY_MEDIUM_IMPACT + - SEVERITY_HIGH_IMPACT + - SEVERITY_LOW_IMPACT + threshold: 0 \ No newline at end of file