Bug fixes
- Renamed
steampipe.spvars.example
files topowerpipe.ppvars.example
and updated documentation. (#65)
This mod now requires Powerpipe. Steampipe users should check the migration guide.
Powerpipe
Powerpipe is now the preferred way to run this mod! Migrating from Steampipe →
All v0.x versions of this mod will work in both Steampipe and Powerpipe, but v1.0.0 onwards will be in Powerpipe format only.
Enhancements
- Focus documentation on Powerpipe commands.
- Show how to combine Powerpipe mods with Steampipe plugins.
What's new?
- Added
tags
as dimensions to group and filter findings. (see var.tag_dimensions) (#54) - Added
connection_name
in the common dimensions to group and filter findings. (see var.common_dimensions) (#54)
Bug fixes
- Fixed the
cis_v100_1_14
control to be inok
state instead ofalarm
if maximum login attempts is less than 5. (#48) (Thanks @jurajsucik for the contribution!)
Enhancements
- Updated docs/index.md and README with new dashboard screenshots and latest format. (#42)
Enhancements
- Added
category
,service
, andtype
tags to benchmarks and controls. (#38)
Enhancements
- Updated: GitHub repository cloning instructions in README.md and docs/index.md now use HTTPS instead of SSH
Bug fixes
- Fixed: Update region column in
ecs_security_group_remote_administration
,ecs_security_group_restrict_ingress_rdp_all
andecs_security_group_restrict_ingress_ssh_all
queries (#28) (#26)
What's new?
- Initial release with CIS v1.0.0 benchmark (
steampipe check benchmark.cis_v100
)