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

Remove the need of a --creds-path #153

Closed cletomartin closed 1 year ago

cletomartin commented 1 year ago

What

If --creds-path is not provided it will not default to ~/.credentials any more. Instead, it will assume that env vars want to be used and it will try so.

Also, the documentation has been updated to reflect this and provide a way to use 1Password CLI as a credentials loader.

Why

This will improve security and UX.

How

Test

Manually tested.