ComplianceAsCode / auditree-arboretum

The Auditree common fetchers, checks and harvest reports library.
https://auditree.github.io/
Apache License 2.0
17 stars 10 forks source link

Add auditree evidence locker large file check #64

Closed alfinkel closed 3 years ago

alfinkel commented 3 years ago

What

Add auditree evidence locker large file check

Why

To notify when files are growing large before they exceed the remote hosting service's file size constraints.

How

Add a check that uses the Locker's get_large_files convenience method and fails a file if it exceed the large file threshold and warns if it is within 20% of it.

Test

Works

Context

Closes #23