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

Agent Evidence #130

Closed smithsz closed 2 years ago

smithsz commented 2 years ago

Overview

Allow terminal commands to be executed by remote compliance "agents" and stored as evidence. Agents will cryptographically sign any evidence they fetch. Signed evidence can be used in checks. It should be automatically verified when loaded from the locker.

Requirements

Approach

Security and Privacy

Test Plan