awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tenable avatar

tenable/terrascanArchived

0
View on GitHub↗
5,210 Stars·552 Forks·Go·Apache-2.0·11 Aufruferunterrascan.io↗

Terrascan

Terrascan ist ein statisches Analysetool, das entwickelt wurde, um Infrastructure-as-Code-Konfigurationsdateien auf Sicherheitslücken und Compliance-Verstöße zu prüfen. Durch das Parsen dieser Dateien in eine Zwischenrepräsentation identifiziert es Risiken, bevor Cloud-Ressourcen bereitgestellt werden, und dient als Compliance-Auditor für Cloud-native Umgebungen.

Das Tool fungiert als Policy-as-Code-Engine, die es Benutzern ermöglicht, benutzerdefinierte Sicherheitsregeln und Industriestandards mithilfe einer spezialisierten Abfragesprache zu definieren und durchzusetzen. Es zeichnet sich durch seine Fähigkeit aus, sich direkt in Entwicklungs- und Deployment-Workflows zu integrieren und automatisierte Sicherheitsleitplanken bereitzustellen, die nicht konforme Deployments über Exit-Code-basiertes Reporting blockieren können.

Über die statische Analyse hinaus unterstützt die Plattform das Scannen von Container-Registries auf Schwachstellen, um bildbasierte Risiken mit Infrastrukturkonfigurationen zu korrelieren. Sie bietet zudem Monitoring für Konfigurationsabweichungen (Configuration Drift), um bereitgestellte Ressourcen gegen etablierte Sicherheits-Baselines zu verfolgen, sowie konfigurationsgesteuerte Unterdrückungsmechanismen zur Verwaltung von Richtlinien-Overrides und False Positives.

Die Software bietet sowohl ein Command-Line-Interface für die lokale Entwicklungsvalidierung als auch eine netzwerkzugängliche Scanning-API für die Remote-Integration mit Drittsystemen und automatisierten Pipelines.

Features

  • Static Configuration Analysis - Performs static analysis on infrastructure-as-code configuration files to identify security vulnerabilities and compliance violations without executing the code.
  • Infrastructure as Code Scanners - A static analysis tool that evaluates infrastructure configuration files for security vulnerabilities and compliance violations before cloud resources are provisioned.
  • Infrastructure as Code Security - Scans infrastructure-as-code files for security vulnerabilities and misconfigurations before provisioning.
  • Infrastructure Policy Enforcement - Validates infrastructure-as-code configurations against security policies to ensure compliance before resources are provisioned.
  • Infrastructure Policy Definition - Enables the definition of custom security rules and industry benchmarks using a specialized policy-as-code query language.
  • Policy-As-Code Engines - Validates infrastructure configurations against security rules defined in a specialized query language.
  • Local Development Tools - Enables security testing of infrastructure configurations during local development build processes.
  • Remote Scanning APIs - Exposes security analysis logic through network-accessible endpoints for remote integration with automated workflows.
  • Programmable Scan Interfaces - Provides programmable interfaces for external systems to trigger security scans and retrieve analysis results.
  • CI/CD Pipeline Integrations - Integrates security guardrails directly into delivery pipelines to ensure compliance throughout the deployment lifecycle.
  • Policy Suppressions - Enables selective disabling or overriding of security rules via external configuration files to manage false positives.
  • GitOps Workflows - Connects code repositories and build processes to automated scanning tools within GitOps workflows.
  • Infrastructure Monitoring & Configuration - Tracks provisioned cloud infrastructure for configuration drift against established security baselines to identify unauthorized modifications.
  • Cloud Auditing Tools - Evaluates cloud configurations against security policies to identify risks and monitor for configuration drift.
  • Cloud Compliance Auditors - Monitors infrastructure posture and container images to ensure continuous adherence to regulatory standards.
  • Local Infrastructure Security Testing - Provides local security testing for infrastructure code to identify configuration errors before committing changes.
  • Pipeline Security Tools - Integrates security scanning into CI/CD workflows to automatically block non-compliant infrastructure deployments.
  • Security Automation Integrations - Embeds automated security checks into CI/CD workflows to enforce guardrails and block non-compliant deployments.
  • Vulnerability Aggregators - Collects and correlates vulnerability data from container registries to assess infrastructure risk.
  • Container Image Vulnerability Scanners - Scans container registries to correlate image-based vulnerabilities with infrastructure configurations.
  • Exit Code Pipeline Mappings - Maps scan results to specific exit codes to automate pipeline decisions like blocking or allowing deployments.
  • Workflow Automation - Static code analysis for security.
  • Workflow Utilities - Security and best practice scanner for IaC.

Star-Verlauf

Star-Verlauf für tenable/terrascanStar-Verlauf für tenable/terrascan

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht tenable/terrascan?

Terrascan ist ein statisches Analysetool, das entwickelt wurde, um Infrastructure-as-Code-Konfigurationsdateien auf Sicherheitslücken und Compliance-Verstöße zu prüfen. Durch das Parsen dieser Dateien in eine Zwischenrepräsentation identifiziert es Risiken, bevor Cloud-Ressourcen bereitgestellt werden, und dient als Compliance-Auditor für Cloud-native Umgebungen.

Was sind die Hauptfunktionen von tenable/terrascan?

Die Hauptfunktionen von tenable/terrascan sind: Static Configuration Analysis, Infrastructure as Code Scanners, Infrastructure as Code Security, Infrastructure Policy Enforcement, Infrastructure Policy Definition, Policy-As-Code Engines, Local Development Tools, Remote Scanning APIs.

Welche Open-Source-Alternativen gibt es zu tenable/terrascan?

Open-Source-Alternativen zu tenable/terrascan sind unter anderem: bridgecrewio/checkov — Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as… aquasecurity/tfsec — tfsec is a static analysis tool and infrastructure as code linter designed to detect security misconfigurations and… tfsec/tfsec — tfsec is a static analysis tool and security scanner for infrastructure as code, specifically designed to detect… accurics/terrascan — Terrascan is an infrastructure as code security scanner and cloud configuration auditor designed to detect security… liamg/tfsec — tfsec is a static analysis tool and security scanner for Terraform configuration files. It functions as an… pulumi/pulumi — Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud…

Open-Source-Alternativen zu Terrascan

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Terrascan.
  • bridgecrewio/checkovAvatar von bridgecrewio

    bridgecrewio/checkov

    8,798Auf GitHub ansehen↗

    Checkov is a static analysis tool and security scanner designed to identify misconfigurations in infrastructure as code, container images, and Kubernetes configurations. It functions as a cloud security posture tool, an SCA vulnerability scanner, and a secret scanning utility to prevent security breaches and version control leaks. The project distinguishes itself through deep graph analysis and variable resolution, allowing it to map relationships between interconnected resources and evaluate the final state of infrastructure attributes. It provides extensibility for defining custom security

    Python
    Auf GitHub ansehen↗8,798
  • aquasecurity/tfsecAvatar von aquasecurity

    aquasecurity/tfsec

    7,013Auf GitHub ansehen↗

    tfsec is a static analysis tool and infrastructure as code linter designed to detect security misconfigurations and compliance violations in Terraform infrastructure code. It functions as a cloud security posture tool and policy enforcement engine that evaluates configurations against established security benchmarks. The tool provides multi-cloud security auditing for providers including AWS, Azure, Google Cloud, and Kubernetes, as well as specialized scanning for DigitalOcean, OpenStack, CloudStack, and GitHub configurations. It identifies insecure settings such as public access or unencrypt

    Go
    Auf GitHub ansehen↗7,013
  • tfsec/tfsecAvatar von tfsec

    tfsec/tfsec

    7,013Auf GitHub ansehen↗

    tfsec is a static analysis tool and security scanner for infrastructure as code, specifically designed to detect misconfigurations and compliance violations in Terraform and cloud infrastructure definitions before deployment. It functions as a cloud security policy engine that identifies vulnerabilities across multiple cloud platforms. The tool provides capabilities for cloud compliance auditing and scanning of Cloud Development Kit code. It supports custom security policy enforcement and allows for the definition of organization-specific security requirements. The scanner includes features

    Go
    Auf GitHub ansehen↗7,013
  • accurics/terrascanAvatar von accurics

    accurics/terrascan

    5,210Auf GitHub ansehen↗

    Terrascan is an infrastructure as code security scanner and cloud configuration auditor designed to detect security violations and compliance risks in cloud templates and Dockerfiles before provisioning. It utilizes the Open Policy Agent to evaluate infrastructure templates against both standard security policies and custom organizational rules. The project functions as a security guardrail within build pipelines, blocking risky deployments by integrating scanning logic directly into CI/CD workflows. It also includes a container registry vulnerability scanner that collects vulnerability data

    Go
    Auf GitHub ansehen↗5,210
  • Alle 30 Alternativen zu Terrascan anzeigen→