Environment Variable Scoping - CI/CD Glossary Definition
Environment variable scoping is defining the level at which a variable applies (workflow, job, step, or protected environment), so a value - especially a secret - is exposed to the narrowest set of steps possible.
Related guides
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…