Skip to content

Commit

Permalink
fix: examples documentation (#869)
Browse files Browse the repository at this point in the history
Signed-off-by: Ortiz, Francis <francis.ortiz@fmr.com>
  • Loading branch information
ortizf3 committed Oct 1, 2023
1 parent 10ac2ec commit 6d15a36
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,32 @@
You can find examples using various other tools in the `examples` directory, including:

* [AWS SAM Framework](https://github.com/open-policy-agent/conftest/tree/master/examples/awssam)
* [Builtin-Errors](https://github.com/open-policy-agent/conftest/tree/master/examples/builtin-errors)
* [Capabilities](https://github.com/open-policy-agent/conftest/tree/master/examples/capabilities)
* [Combine](https://github.com/open-policy-agent/conftest/tree/master/examples/combine)
* [Configfile](https://github.com/open-policy-agent/conftest/tree/master/examples/configfile)
* [CUE](https://github.com/open-policy-agent/conftest/tree/master/examples/cue)
* [Cyclonedx](https://github.com/open-policy-agent/conftest/tree/master/examples/cyclonedx)
* [Data](https://github.com/open-policy-agent/conftest/tree/master/examples/data)
* [Docker compose](https://github.com/open-policy-agent/conftest/tree/master/examples/compose)
* [Dockerfile](https://github.com/open-policy-agent/conftest/tree/master/examples/docker)
* [Dotenv](https://github.com/open-policy-agent/conftest/tree/master/examples/dotenv)
* [EDN](https://github.com/open-policy-agent/conftest/tree/master/examples/edn)
* [Ignore](https://github.com/open-policy-agent/conftest/tree/master/examples/ignore)
* [Exceptions](https://github.com/open-policy-agent/conftest/tree/master/examples/exceptions)
* [HCL](https://github.com/open-policy-agent/conftest/tree/master/examples/hcl1)
* [HCL 2](https://github.com/open-policy-agent/conftest/tree/master/examples/hcl2)
* [HOCON](https://github.com/open-policy-agent/conftest/tree/master/examples/hocon)
* [Ignore](https://github.com/open-policy-agent/conftest/tree/master/examples/ignore)
* [INI](https://github.com/open-policy-agent/conftest/tree/master/examples/ini)
* [Jsonnet](https://github.com/open-policy-agent/conftest/tree/master/examples/jsonnet)
* [Kubernetes](https://github.com/open-policy-agent/conftest/tree/master/examples/kubernetes)
* [Kustomize](https://github.com/open-policy-agent/conftest/tree/master/examples/kustomize)
* [Properties](https://github.com/open-policy-agent/conftest/tree/master/examples/properties)
* [Report](https://github.com/open-policy-agent/conftest/tree/master/examples/report)
* [Serverless Framework](https://github.com/open-policy-agent/conftest/tree/master/examples/serverless)
* [Spdx](https://github.com/open-policy-agent/conftest/tree/master/examples/spdx)
* [Strict-rules](https://github.com/open-policy-agent/conftest/tree/master/examples/strict-rules/policy)
* [Textproto](https://github.com/open-policy-agent/conftest/tree/master/examples/textproto)
* [Traefik](https://github.com/open-policy-agent/conftest/tree/master/examples/traefik)
* [Typescript](https://github.com/open-policy-agent/conftest/tree/master/examples/ts)
* [VCL](https://github.com/open-policy-agent/conftest/tree/master/examples/vcl)
Expand Down

0 comments on commit 6d15a36

Please sign in to comment.