From c321f41ff93aef264eae85cdac025e119bfb7440 Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Mon, 23 Oct 2023 20:58:33 +0000 Subject: [PATCH 1/2] add codeowners Signed-off-by: Sertac Ozercan --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..a8120b997 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# These owners are the maintainers and approvers of this repo +* @open-policy-agent/gatekeeper-library-maintainers From 8729d5c4c113e75a9e09a087a2a1635938df03d7 Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Mon, 23 Oct 2023 21:39:30 +0000 Subject: [PATCH 2/2] test ignore Signed-off-by: Sertac Ozercan --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1631a7536..1ca9feb3e 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,6 @@ Each new policy should contain: * run all tests with `./test.sh` * run single test with `opa test src//src.rego src//src_test.rego --verbose` * print results with `trace(sprintf("%v", [thing]))` + + +TEST \ No newline at end of file