Welcome to the Bridegecrew. You'll find comprehensive guides and documentation to help you start working with Bridegecrew as quickly as possible, as well as support if you get stuck. Let's go!
Bridgecrew policies are natively mapped to industry benchmarks that translate into operational best practices and compliance requirements.
In December 2020 we launched Code Reviews, a new feature dedicated to enabling developers to analyze their infrastructure-as-code changes and fix errors using Bridgecrew platform.
Visual Studio Code (VSCODE) is a free source-code editor made by Microsoft. Cloud-native developers have embraced VSCODE due to its extensible nature, enabling them to enrich their code authoring experience with community powered extensions and plugins.
In Terraform, a drift is when the real-world state of your infrastructure differs from the state defined in your configuration. Terraform helps detect and manage drift when pushing new configuration changes. Terraform will alert of any drifts as part of the provisioning process. For more info, read Detecting and Managing Drift with Terraform.
The new network access analysis is a graph-based module that enables identifies when resources are potentially reachable from the public internet. The analysis is performed by combining AWS security group definitions with the Bridgecrew Resource Graph.
All cloud providers and most popular configuration services now offer inline tagging as a means of standardizing resource inventories and applying consistent management policies across all resource types.
Our users requested a better way to visualize how their resources performed in the last 30 days. They are interested to see how the addition of resources or policies affected heir overall posture.
Operating a large scale cloud environment makes it practically impossible to keep track on every running resource. Gaining quick visibility to the latest configuration specs on running resources requires navigating through tedious cloud console pages or worse, inventory exports into spreadsheets.
As a cloud infrastructure team your aren't only responsible for the deployed cloud resources in your environment, you need to constantly keep an eye on the new resources provisioned by developers from other teams.
To enable more comprehensive coverage while scanning for misconfigurations based on external modules, Bridgecrew now supports external module scanning as well as full variable rendering. What this means is that whenever your Terraform files will rely on modules or variables, Bridgecrew will build a full dependency graph of those modules and variables, render the correct values and evaluate them against the baseline.