ComplianceAsCode / auditree-framework

The Auditree framework tool to run compliance control checks as unit tests.
https://auditree.github.io/
Apache License 2.0
59 stars 23 forks source link

Add empty evidence helper methods to Locker #115

Closed alfinkel closed 3 years ago

alfinkel commented 3 years ago

What

Add empty evidence helper methods to Locker

Why

In support of writing a provenance check for empty evidences. See: https://github.com/ComplianceAsCode/auditree-arboretum/issues/7

How

Test

Accurately returns empty evidence, excluding populated evidence

Context

Closes #16