aquasecurity / trivy-db

Apache License 2.0
215 stars 131 forks source link

Publishing Trivy DB is failing #383

Closed fawind closed 7 months ago

fawind commented 7 months ago

Hey, just wanted to raise this in case it's not known yet:

The scheduled Trivy DB Github Action has started failing persistently since Feb 13 (GH Actions).

It's erroring out with (example run):

System.IO.IOException: No space left on device : '/home/runner/runners/2.313.0/_diag/Worker_20240213-180155-utc.log'

This is blocking new releases of the Trivy DB from getting published.

According to Github docs, Github-hosted runners only come with 14GB disk space guaranteed. Not sure how much disk space we can easily safe while building the Trivy DB, but maybe reducing log volume could help as a temporary fix?

knqyf263 commented 7 months ago

Thanks for the heads-up. @DmitriyLewen Can you please take a look? I'm wondering if vuln-list consumes such disk spaces.

knqyf263 commented 7 months ago

It works now.

fawind commented 7 months ago

Amazing! Thanks for the quick fix and also all the great work you're doing for Trivy 🎉

knqyf263 commented 7 months ago

@fawind Thanks for your help!