From 2d9c82763fcb3e8b30e55b5f1bb789288f07dbf8 Mon Sep 17 00:00:00 2001 From: Marcus Burghardt Date: Thu, 26 Mar 2026 10:36:33 +0100 Subject: [PATCH] feat: include complytime config file for branch protection Signed-off-by: Marcus Burghardt --- .gitignore | 1 - complytime.yaml | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 complytime.yaml diff --git a/.gitignore b/.gitignore index b9fd1a50..b88db74a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ dist # testing complytime created by openscap-plugin user_workspace -complytime.yaml complyctl.log .complytime diff --git a/complytime.yaml b/complytime.yaml new file mode 100644 index 00000000..b313a1e8 --- /dev/null +++ b/complytime.yaml @@ -0,0 +1,11 @@ +policies: + - url: http://localhost:8765/policies/ampel-branch-protection + id: ampel-bp + +targets: + - id: complytime-complyctl + policies: + - ampel-bp + variables: + url: https://github.com/complytime/complyctl + specs: builtin:github/branch-rules.yaml