sonatype-nexus-community / ahab

ahab is a tool to check for vulnerabilities in your apt, apk, or yum powered operating systems, powered by Sonatype OSS Index.
Apache License 2.0
66 stars 17 forks source link

fix docker test failures due to log limit #74

Closed bhamail closed 3 years ago

bhamail commented 3 years ago

It looks like a relatively recent change to "docker stuff" related to "buildx" has started causing failures as a result of logs being truncated, and an error status code being returned.

This PR attempts to get the affected docker tests passing again.

cc @bhamail / @DarthHater