Skip to content

Commit

Permalink
Merge pull request #91 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
fixed small errors
  • Loading branch information
garethr committed Sep 27, 2019
2 parents 0661522 + 5422492 commit 84363ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ configuration file like the following:
# You can override the directory in which to store and look for policies
policy = "tests"

# You can overide the namespace which to search for rules
# You can override the namespace which to search for rules
namespace = "conftest"

# An array of individual policies to download. Only the repository
Expand Down Expand Up @@ -386,5 +386,5 @@ FAIL - deployment.yaml - Containers must not run as root in Deployment hello-kub
* [kubetest](https://github.com/garethr/kubetest) was a similar project of mine, using [Skylark](https://docs.bazel.build/versions/master/skylark/language.html)
* [Open Policy Agent](https://www.openpolicyagent.org/) and the Rego query language
* The [helm-opa](https://github.com/eicnix/helm-opa) plugin from [@eicnix](https://github.com/eicnix/) helped with understanding the OPA Go packages
* Tools from the wider instrastructure as code community, in particular rspec-puppet. Lots of my thoughts in [my talk from KubeCon 2017](https://speakerdeck.com/garethr/developer-tooling-for-kubernetes-configurations)
* Tools from the wider infrastructure as code community, in particular rspec-puppet. Lots of my thoughts in [my talk from KubeCon 2017](https://speakerdeck.com/garethr/developer-tooling-for-kubernetes-configurations)
* The code in `pkg/auth` is copied from Oras and will be removed once [this issue](https://github.com/deislabs/oras/issues/98) is resolved

0 comments on commit 84363ff

Please sign in to comment.