Environment Variable Scoping - Definição do Glossário de CI/CD
Environment variable scoping é definir o nível em que uma variável se aplica (workflow, job, step ou ambiente protegido), para que um valor - especialmente um segredo - seja exposto ao menor conjunto de steps possível.
Guias relacionados
Build Argument - CI/CD Glossary DefinitionA build argument is a value passed into a Docker build with --build-arg or ARG, used only while building and…
Runtime vs Build-Time - CI/CD Glossary DefinitionRuntime vs build-time distinguishes work done while compiling or packaging from work done when the program ru…
Deploy Token - CI/CD Glossary DefinitionA deploy token is a narrowly scoped credential granting automated access to push images or pull packages, wit…