Azure / ShieldGuard

Enables best security practices for your project from day zero.
MIT License
9 stars 7 forks source link

Bootstrap policy documentations #1

Closed bcho closed 1 year ago

bcho commented 1 year ago

This pull request bootstraps the policy documentations folder.

We will start with following structure:

policies/
  <policy-name>/
    docs/                          # -> the documentations of the rules
      <rule-name>.md
      <another-rule>.md
   <rule-name>.rego                # -> rego rule
   <another-rule>.rego
  <another-policy-name>/
    docs/
      <rule-name>.md
    <another-rule.md>