v0.13.0
Changelog
b51b0ca Combine-Config for multi-file policy check
2369dd3 Implement ConfigManager, a means to process a given file/config list to-be-tested
e9778e5 Implement multi-document support within YAML parser
f292162 Merge pull request #73 from Salamandastron1/master
a892dda Merge pull request #83 from Blokje5/feat/recursive-search
7d16b2a Merge pull request #84 from alonrolnik/example-awssam-template
29742c0 Merge pull request #87 from cartyc/add-ci-example
687f1ce Merge pull request #88 from boranx/fix/support-terraform-0.12
0661522 Merge pull request #90 from boranx/chore/update-readme-hcl2
84363ff Merge pull request #91 from 0xflotus/patch-1
8340065 Merge pull request #92 from boranx/fix/stdin-throws-no-err
194495b Modified parser/test for clean implentation
093d4c9 Rebased over new docker capabilites
19952e6 Refactor tests to loop over multiple top level indices for returned yaml values
0b44085 Remove left-over action code from experiment
db31bdb Revert "WIP: Begin interfacing new Parsing code with existing Conftest behavior"
d3a1f76 Support using violation instead of deny
9ef20ef Thrift dependency has moved, no longer present in apache repo
9565873 Updated readme with combine-config explanation
dd68442 WIP: Begin interfacing new Parsing code with existing Conftest behavior
a794e35 WIP: Edit tests to move towards namespacing by filepath/name
ff9c592 WIP: changed signature for GetParser to filetype
9e83fbf WIP: test GetParser, add Format to Parser
8068eb9 add awssam security checks
8158b68 add hcl2 support
a7d0cb6 add in verbose output for make, rego policy added
3395c8a added ci examples dir and gitlab ci examples
3d8b6c8 begin flag implementation
3878b0d broke out funcs and added tests to tighten feeback
af8a041 clean up merge artifacts
0c73ff0 correct typo in testname
f5b9b1e expectation change for acceptance test
cf6dc59 exported values and functions in order to test
0f2f6b0 feat: Recursively search directories for Rego files when compiling policies
9fbf7f8 fix : default stdin behavior is fixed to yaml, change log prints to errorf
85f5e00 fix linting errors
8c58044 fix linting issue for - add hcl2 support
b5548a6 fixed regression on -i override
5422492 fixed small errors
039ff2e multifile combine config no regressions
180cc8a multifile support via combine-config flag
a9d6e04 refactor naming in parser to reflect ConfigDoc struct and intialize desired data structure
aa0094b refactor to use func signature in NewTestCommand
3550933 reformat viper flags to catch errors
48ccf75 rename AWS SAM, Serverless Application Model title
2251fa6 rename variable to avoid pck conflict, tf hcl extension added
6593785 rework acceptance test policies for new hcl unmarshaler implementation
c56e378 terraform Unmarshal parser to uses byte array given
3571e6b update README file with the new awssam example
6ed4c75 updated git ignore to ignore dot .DS files
f8fa14a use readcloser to avoid memory leaks