From 5df4494204a401b59ff56c147e072e5ba434ec83 Mon Sep 17 00:00:00 2001 From: nishfath <81247855+nishfath@users.noreply.github.com> Date: Mon, 16 May 2022 22:40:13 -0400 Subject: [PATCH 1/3] Update shiftleft.yml --- shiftleft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiftleft.yml b/shiftleft.yml index a82068c..2447f0d 100644 --- a/shiftleft.yml +++ b/shiftleft.yml @@ -1,6 +1,6 @@ source: branch: master - scan: 274 # provide either branch or scan, not both + scan: previous # provide either branch or scan, not both build_rules: - id: build-rule-identifier finding_types: From c3e61133a23668435667b9c354abccf21d4dcc0e Mon Sep 17 00:00:00 2001 From: nishfath <81247855+nishfath@users.noreply.github.com> Date: Mon, 16 May 2022 22:55:07 -0400 Subject: [PATCH 2/3] Update shiftleft.yml --- shiftleft.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shiftleft.yml b/shiftleft.yml index 2447f0d..1b2eb5f 100644 --- a/shiftleft.yml +++ b/shiftleft.yml @@ -14,7 +14,7 @@ build_rules: - Sensitive Data Leak owasp_category: - a1-injection - threshold: 10 + threshold: 100 - id: another-build-rule severity: - info @@ -23,4 +23,4 @@ build_rules: finding_types: [oss_vuln] options: reachable: true - num_findings: 2 + num_findings: 500 From c2313354ee828a650f04a09fd3cb0dd22ae7f547 Mon Sep 17 00:00:00 2001 From: nishfath <81247855+nishfath@users.noreply.github.com> Date: Mon, 16 May 2022 23:02:26 -0400 Subject: [PATCH 3/3] Update shiftleft.yml --- shiftleft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiftleft.yml b/shiftleft.yml index 1b2eb5f..84cab2b 100644 --- a/shiftleft.yml +++ b/shiftleft.yml @@ -1,5 +1,5 @@ source: - branch: master + branch: main scan: previous # provide either branch or scan, not both build_rules: - id: build-rule-identifier