Skip to content

Tags: gwkunze/conftest

Tags

v0.14.0

Toggle v0.14.0's commit message
regenerate go.mod using go1.13

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request open-policy-agent#92 from boranx/fix/stdin-throws-…

…no-err

bugfix : default stdin behavior is fixed to yaml, change log prints to errorf

v0.12.0

Toggle v0.12.0's commit message
added Dockerfile examples to README

v0.11.0

Toggle v0.11.0's commit message
Update version of Go used in Goreleaser build step

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request open-policy-agent#46 from Blokje5/chore/add-slack-…

…to-readme

chore: Update readme with slack channel

0.9.1

Toggle 0.9.1's commit message
Fix version output

The refactoring moved the paths where the version information was
injected into.

v0.9.0

Toggle v0.9.0's commit message
Merge branch 'bjr-rule-multiple' of https://github.com/brendanjryan/c…

…onftest into brendanjryan-bjr-rule-multiple

v0.8.1

Toggle v0.8.1's commit message
Fix issue with using conftest via stdin

Fixes open-policy-agent#20. The addition of different parsers in support of TOML broke
the stdin behaviour, because we won't know the file name to detect the
extension. This commit goes part way to fixing that, by defaulting the
parser to YAML parser. This has a couple of advantages:

* Lots of files are YAML or JSON files but without an explicit
extension. Defaulting to that parser should make sense in lots of cases.
* This also reverts to the previous behaviour for stdin, parsing it as
JSON or YAML.

This doesn't fix the issue if you want to parse a TOML file via stdin.
At least that's not a regression so happy to fix that in a followup.
Adding an explicit flag to override the parser would be generally useful
here anyhow.

v0.8.0

Toggle v0.8.0's commit message
added an example of testing standard Kubernetes app labels

v0.7.0

Toggle v0.7.0's commit message
add acceptance tests to CircleCI build