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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesScan Coordination & Reporting

Management of authentication, scheduling, and the aggregation of vulnerability data into reports.

Distinct from Vulnerability Scanning: Distinct from Vulnerability Scanning by focusing on the orchestration and output phase rather than the detection process

Explore 3 awesome GitHub repositories matching security & cryptography · Scan Coordination & Reporting. Refine with filters or upvote what's useful.

Awesome Scan Coordination & Reporting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • greenbone/openvas-scannerAvatar von greenbone

    greenbone/openvas-scanner

    4,670Auf GitHub ansehen↗

    The openvas-scanner is a vulnerability scanner designed to identify security weaknesses and outdated software in target systems. It performs network vulnerability scanning by executing security tests and network attack scripts, as well as conducting local security auditing through static version checks of installed software. The project utilizes community-managed feeds to synchronize and update local security definitions and vulnerability tests. These tests and scan configurations are loaded into the system via container images or manual transfers and stored in a persistent relational databas

    Coordinates authentication, scheduling, and the reporting of vulnerability information through a central database.

    Rustcfoogreenbone
    Auf GitHub ansehen↗4,670
  • open-policy-agent/gatekeeperAvatar von open-policy-agent

    open-policy-agent/gatekeeper

    4,228Auf GitHub ansehen↗

    Gatekeeper is a Kubernetes admission control and policy enforcement engine used to ensure cluster resources comply with organizational security and configuration standards. It intercepts API requests to validate or reject non-compliant resources before they are persisted in the cluster. The project uses a parameterized policy library and custom resource definitions to create reusable templates and enforcement rules. It distinguishes itself through a hub-and-spoke management model, allowing a controller in a management cluster to enforce policies across separate target clusters. Beyond admiss

    Periodically scans existing cluster resources against active policies to detect and report violations for pre-existing objects.

    Go
    Auf GitHub ansehen↗4,228
  • ravendb/ravendbAvatar von ravendb

    ravendb/ravendb

    3,961Auf GitHub ansehen↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    Scans stored documents against defined schemas to identify and report violations without blocking write operations.

    C#csharpdatabasedocument-database
    Auf GitHub ansehen↗3,961
  1. Home
  2. Security & Cryptography
  3. Vulnerability Scanning
  4. Scan Coordination & Reporting

Unter-Tags erkunden

  • Cluster Compliance Auditing1 Sub-TagPeriodic scanning of existing cluster resources to detect policy violations in pre-existing objects. **Distinct from Scan Coordination & Reporting:** Focuses on auditing existing cluster state rather than managing vulnerability scan orchestration