From 18d4dadab68a5bc82552b7949c2c517eadb6b81c Mon Sep 17 00:00:00 2001 From: Abhi Kapoor <43758739+abhi-kapoor@users.noreply.github.com> Date: Tue, 5 Apr 2022 06:08:01 -0400 Subject: [PATCH] Do not generate preconditions not met warning for audit policies (#3487) * Do not generate preconditions not met warning for audit policies Signed-off-by: abhi-kapoor <43758739+abhi-kapoor@users.noreply.github.com> * Update PR template to reeference the closing keyword Signed-off-by: abhi-kapoor <43758739+abhi-kapoor@users.noreply.github.com> * Update pkg/engine/validation.go Co-authored-by: Prateek Pandey * Update pkg/engine/validation.go Co-authored-by: Prateek Pandey Co-authored-by: Prateek Pandey Co-authored-by: shuting Co-authored-by: Prateek Pandey Co-authored-by: shuting --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- pkg/engine/validation.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d8b8d997da..5f6f2166da 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## Related issue