This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Using kubeaudit as a Go package isn't possible since ClientOptions is in an internal package #347
Closed
1 of 2 tasks
ISSUE TYPE
BUG REPORT
SUMMARY
The kubeaudit auditors AuditLocal and AuditCluster both require a parameter of ClientOptions that is defined in
"github.com/Shopify/kubeaudit/internal/k8s" which can't be used outside of kubeaudit itself.
Steps To Reproduce
ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
Should be able to use kubeaudit as a package
ClientOptions needs to be moved out of the internal package in order for kubeaudit to be used as a Go package.
The text was updated successfully, but these errors were encountered: