falcosecurity / testing

All-purpose test suite for Falco and its ecosystem
Apache License 2.0
12 stars 11 forks source link

Testing package is incompatible with falcoctl package #17

Closed max-frank closed 1 year ago

max-frank commented 1 year ago

Describe the bug

/kind bug

The testing package is not compatible with the latest version of falcoctl due incompatbile versions of docker/docker.

How to reproduce it

In your GO project add both

go get github.com/falcosecurity/testing
go get github.com/falcosecurity/falcoctl

Try to run your project and notice that it fails due testing expecting older docker libs, but falcoctl requiring the new version.

Expected behaviour

Both packages can be used together.

poiana commented 1 year ago

There is not a label identifying the kind of this issue. Please specify it either using /kind <group> or manually from the side menu.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
max-frank commented 1 year ago

/kind bug

poiana commented 1 year ago

@max-frank: The label(s) kind/bug cannot be applied, because the repository doesn't have them.

In response to [this](https://github.com/falcosecurity/testing/issues/17#issuecomment-1624959472): >/kind bug Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.