Skip to content

Commit

Permalink
Merge branch 'master' into issue-422
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-rodriguez committed Dec 11, 2020
2 parents 9ff312a + 51d6b44 commit 2df50b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/policies.md
Expand Up @@ -62,7 +62,8 @@ $ terrascan scan -i terraform --config-only -o json
}
```

You can use this `.json` output as the input in the (rego playgound)[https://play.openpolicyagent.org/]. The following policy can be used on the above Terraform to flag if the GitHub repository has been created with `private = false` or `visibility = public`, depending on the version used for the GitHub provider.

You can use this `.json` output as the input in the [rego playgound](https://play.openpolicyagent.org/). The following policy can be used on the above Terraform to flag if the GitHub repository has been created with `private = false`.

```
package accurics
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,3 +1,3 @@
mkdocs==1.1.2
mkdocs-material==6.1.6
mkdocs-material==6.1.7
mkdocs-diagrams==1.0.0

0 comments on commit 2df50b4

Please sign in to comment.