thought-machine / falco-probes

Automated build and mirror of eBPF kernel probes for use as a driver with the Falco runtime security agent (https://falco.org/)
Apache License 2.0
16 stars 4 forks source link

Make asset list cache test pagination-aware #45

Closed sHesl closed 2 years ago

sHesl commented 2 years ago

We've exceeded 100 probes in our first release, meaning getting the assets takes two requests. Adjust the TestListReleaseAssets to assert against the number of pages returned.