Closed narenaryan closed 2 weeks ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/whispr/cli.py | 0 | 2 | 0.0% | ||
src/whispr/utils.py | 0 | 8 | 0.0% | ||
<!-- | Total: | 0 | 10 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/whispr/utils.py | 1 | 0.0% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 11632122495: | -0.8% |
Covered Lines: | 68 |
Relevant Lines: | 222 |
Description
The current mode only supports passing secrets fetched as environment variables. There is another secure way to pass secrets & sensitive info via STDIN args.
and this will use ARGS instead of environment. This is much secure way.