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