Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support direct rule evaluation with validator check --direct #127

Merged
merged 20 commits into from
Aug 6, 2024

Commits on Aug 5, 2024

  1. feat: direct invocation for aws, network; handle httpfile auth; check…

    … edge cases & fix FatalCLI calls
    
    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    db0d7e7 View commit details
    Browse the repository at this point in the history
  2. chore: pin aws & network

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    894c86b View commit details
    Browse the repository at this point in the history
  3. chore: pin aws & network

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9848cb3 View commit details
    Browse the repository at this point in the history
  4. refactor: make prompts dynamic

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7c54bef View commit details
    Browse the repository at this point in the history
  5. fix: allow --direct w/o -f; set TypeMeta

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ac78b9f View commit details
    Browse the repository at this point in the history
  6. fix: irrelevant ref to direct

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0063060 View commit details
    Browse the repository at this point in the history
  7. feat: direct invocation for OCI; fix OCI client basic auth

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5fe7096 View commit details
    Browse the repository at this point in the history
  8. feat: direct invocation for Azure

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    40a5ff5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. feat: direct invocation for vSphere

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6d3a89d View commit details
    Browse the repository at this point in the history
  2. chore: bump azure plugin

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2d1584a View commit details
    Browse the repository at this point in the history
  3. chore: bump aws, network, oci plugins

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f81311b View commit details
    Browse the repository at this point in the history
  4. chore: fix gosec lint

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    83d83eb View commit details
    Browse the repository at this point in the history
  5. chore: pin azure & vsphere

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    465c291 View commit details
    Browse the repository at this point in the history
  6. refactor: ensure prompts always flow linearly per plugin

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9738308 View commit details
    Browse the repository at this point in the history
  7. chore: make reviewable

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    65c49a4 View commit details
    Browse the repository at this point in the history
  8. chore: bump vSphere

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    07e2976 View commit details
    Browse the repository at this point in the history
  9. chore: bump azure

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c3287ca View commit details
    Browse the repository at this point in the history
  10. fix: preallocations & memory aliasing

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a676125 View commit details
    Browse the repository at this point in the history
  11. fix: preallocations & memory aliasing

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4ea511f View commit details
    Browse the repository at this point in the history
  12. chore: document handlePlugin flows, fix tests

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9034cf3 View commit details
    Browse the repository at this point in the history