Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 11:21
· 958 commits to master since this release
ab92377

Changelog

e498942 Adds exit code when issues are found
c7b4797 Fix headers
0a73752 Manage relative module path
5a30d06 Merge branch 'master' into kubernetes-support
4f0bd92 Merge branch 'master' into kubernetes-support
c44a663 Merge pull request #291 from accurics/bugfix/xml-output
b4caa81 Merge pull request #292 from accurics/pyup-update-mkdocs-material-5.5.6-to-5.5.7
1ae533b Merge pull request #295 from erichs/doc-fixes - Fixes typos in documentation
3f21021 Merge pull request #296 from accurics/bugfix/docker
37760a9 Merge pull request #297 from accurics/update-policies-082020
ca75f86 Merge pull request #298 from accurics/Upa-acc-patch-1
d170c17 Merge pull request #299 from accurics/feature/exitstatus
053660a Merge pull request #300 from accurics/pyup-update-mkdocs-material-5.5.7-to-5.5.8
17ffd93 Merge pull request #301 from accurics/bugfix/capitalization
118129a Merge pull request #306 from zmarouf/patch-1
b698de5 Merge pull request #307 from accurics/pyup-update-mkdocs-material-5.5.8-to-5.5.12
f98373b Merge pull request #308 from guilhem/relative_module
618475a Merge pull request #309 from accurics/add-config-only-output
d182f1c Merge pull request #313 from accurics/kubernetes-support
97b7612 Merge pull request #314 from accurics/jon-badges
2953c19 Merge pull request #315 from chenrui333/add-homebrew-installation
6eb0a6b Merge pull request #316 from accurics/bugfix/template-rendering-issue
f6c1acb Merge pull request #317 from accurics/bugfix/output-logs-to-stderr
3402ba9 Merge pull request #318 from accurics/change-docker-default
67e42be Merge pull request #321 from accurics/bugfix/fix-checkIpForward-rule
cbe6c35 Merge pull request #322 from accurics/revert-321-bugfix/fix-checkIpForward-rule
1a90445 Merge pull request #323 from accurics/fix-check-ip-forward
4c30787 Merge pull request #327 from accurics/docs/k8s
ab92377 Merge pull request #328 from accurics/update-k8s-initial-policies
63b757e Rename KubeDashboardDisabled.rego to kubeDashboardDisabled.rego
f107f76 Revert "fixed a bug in checkIpForward"
7d1f18a Typo fixes
434dba7 Typo fixes
246797c Update README.md
6beb097 Update about.md
298b6e6 Update about.md
eb9cc0c Update mkdocs-diagrams from 0.0.2 to 1.0.0
b11d8ae Update mkdocs-diagrams to 1.0.0
c1a13ea Update mkdocs-material from 5.5.6 to 5.5.7
04fe83b Update mkdocs-material from 5.5.7 to 5.5.8
63727a1 Update mkdocs-material from 5.5.7 to 5.5.8
602a557 Update mkdocs-material from 5.5.8 to 5.5.12
ffe2a49 Update readme
605edca Updating changelog with v1.1.0 enhancements and bugfixes
65636ce Updating changelog with v1.1.0 enhancements and bugfixes
ae346e8 add changes missing from the last commit - error message updates - added config-only unit test - removed unnecessary checks in the api server
89ad5b1 add support to print resource config as an output
52babb8 adds docs for k8s policies
6ee0af2 adds exit code explanation to docs
9ccf599 adds go get instructions
791123d bumps version references to 1.1.0
1edf439 changing header name from CLI Output formats to CLI Output types
de8e375 chore(docs): add homebrew installation
9cb321b chore(docs): fix indent of tar extraction
d5418b5 clean up go.mod/go.sum
75253ce documents policy changes
5b3ae20 fix template rendering bug - templates were only being rendered once per file, rather than once per rule - thus, the first render for each file would win, and violations could trigger (or be missed) if using a shared template
f8267da fix typo
5b3a2b2 fix typo in readme, clean formatting
2719aac fix xml output
e573629 fixed a bug in checkIpForward "not api.config.can_ip_forward == true" should be "api.config.can_ip_forward == true" by default, can_ip_forward is false, so no need to check for existence of the key before checking if can_ip_forward is true
688b7d1 fixed checkIpForward rule (gcp)
ecd531b fixed location of the readOnlyRootFilesystem param
2372876 fixed merge issue - silenced a noisy log and downgraded the severity of another
a94f375 fixed review comments - error message updates - added config-only unit test - removed unnecessary checks in the api server - changed resource representation to match terraforms resource naming
3dcd3c7 fixes a core dump when template_args are not set in the rule
8bd290e fixes format errors on docs
85e88e4 fixes formatting error
7d8ad0a fixes github ref for pushing latest docker image
af127cb fixes github ref for pushing latest docker image
c468b39 fixes if statement
7742b15 fixes if statement
915ec5b fixes if statement
0ac6c04 fixes if statement
2fbe793 fixes issue template as we no longer use python
42853a7 initial kubernetes support (continued) - add Jon’s change for a relative directory resolve bug - go.mod tidy - don’t call os.exit() from run() when running unit tests - simplify k8s normalization—no manual json parsing - fix default AWS IaC type (was set to was instead of terraform) - fixed JSON loading bug - increased unit test coverage
04ceabe initial kubernetes support - adds support for kubernetes violation detection in yaml using repo - adds default iac versions/types per policy/cloud provider - policies and more unit tests to follow in the next checkin
3f3e7b5 initial policy set for k8s
e97fa89 move server command out of ENTRYPOINT and into CMD - sets the base command as default - per @acc-jon
142dccc removes dup comment
4198bdc send logs to stderr instead of stdout
f2a9f32 update documentation with description of different output formats supported in terrascan
44544f0 update readme
ee580c0 updated download instructions post install
b4565c9 updated k8s policy set and documentation
9ff59b2 updated policies to the latest set
d978c3a updates with new help output which includes k8s relates instructions