Skip to content

Latest commit

 

History

History
93 lines (58 loc) · 4.15 KB

File metadata and controls

93 lines (58 loc) · 4.15 KB

v0.9 [2024-03-06]

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.

v0.8 [2023-11-03]

Breaking changes

  • Updated the plugin dependency section of the mod to use min_version instead of version. (#43)

v0.7 [2023-10-09]

What's new?

  • Added 10 new controls across the benchmarks for the following services: (#39)
    • Block Storage
    • Compute
    • Identity and Access Management
    • Object Storage
    • VCN

v0.6 [2023-10-03]

Enhancements

  • Updated the queries to use the attributes_std and address columns from the terraform_resource table instead of arguments, type and name columns for better support of terraform state files. (#34)

Dependencies

  • Terraform plugin v0.10.0 or higher is now required. (#34)

v0.5 [2023-06-15]

What's new?

v0.4 [2022-05-25]

What's new?

  • New VCN controls added: (#19)
    • vcn_network_security_group_restrict_ingress_rdp_all (steampipe check control.vcn_network_security_group_restrict_ingress_rdp_all)
    • vcn_network_security_group_restrict_ingress_ssh_all (steampipe check control.vcn_network_security_group_restrict_ingress_ssh_all)

Bug fixes

  • Fixed vcn_security_list_restrict_ingress_rdp_all and vcn_security_list_restrict_ingress_ssh_all queries to correctly check if the security lists restrict ingress access to ports 3389 and 22 respectively. (#19)

v0.3 [2022-05-09]

Enhancements

  • Updated docs/index.md and README with new dashboard screenshots and latest format. (#15)

v0.2 [2022-05-04]

Enhancements

  • Added category, service, and type tags to benchmarks and controls. (#11)

Breaking changes

  • Renamed the network benchmark (steampipe check terraform_oci_compliance.benchmark.network) to vcn benchmark (steampipe check terraform_oci_compliance.benchmark.vcn) to maintain consistency with OCI documentation. (#11)
  • Renamed the following controls and queries to maintain consistency with the benchmark names:
    • network_default_security_group_allow_icmp_only to vcn_default_security_group_allow_icmp_only
    • network_security_list_restrict_ingress_rdp_all to vcn_security_list_restrict_ingress_rdp_all
    • network_security_list_restrict_ingress_ssh_all to vcn_list_restrict_ingress_ssh_all
    • network_subnet_public_access_blocked to vcn_subnet_public_access_blocked

v0.1 [2022-03-24]

What's new?

  • Added 8 benchmarks and 18 controls to check Terraform OCI resources against security best practices. Controls for the following services have been added:
    • Block Storage
    • Cloud Guard
    • Compute
    • Database
    • File Storage
    • Identity and Access Management
    • Network
    • Object Storage