go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers.yaml (about)

     1  # Copyright (c) Mondoo, Inc.
     2  # SPDX-License-Identifier: BUSL-1.1
     3  
     4  # Configure builtin providers for the dev environment.
     5  # This only covers additional builtin providers, ie those
     6  # that are normally not builtin. Things like `core` are
     7  # always builtin.
     8  #
     9  # Builtin providers are great testing. Example: if you
    10  # review a PR where someone changed the `os` provider,
    11  # you'll want to set it as builtin for fast testing.
    12  # In this case it will be pulled from your local repo
    13  # instead of using the pre-installed provider in 
    14  # your OS (like ~/.mondoo/providers/os).
    15  builtin: []