mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
9 lines
93 B
Go
9 lines
93 B
Go
package opaprocessor
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetKubernetesObjects(t *testing.T) {
|
|
}
|