This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/environment
Tom Chauveau a9fd97d7fe
Handle secrets in DockerLogin operation
Before, secret was a plain text string, but it could lead to security issue
so we are now handling secrets as `dagger.#Secret` or string.
I've add a new struct SecretStore that expose the inputStore to easily
retrieve secret value.

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-08-31 13:04:16 +02:00
..
environment.go performance: compile CUE client side 2021-08-20 16:34:49 +02:00
inputs_scan.go performance: compile CUE client side 2021-08-20 16:34:49 +02:00
pipeline.go Handle secrets in DockerLogin operation 2021-08-31 13:04:16 +02:00