Environment Variable Scoping - CI/CD用語集の定義
環境変数のスコープとは、変数が適用されるレベル(workflow、job、step、または保護された環境)を定義することで、値 - 特にシークレット - を可能な限り狭い step の集合にのみ公開するようにすることです。
関連ガイド
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…