mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Merge pull request #165 from alepauly/securevars
Add secret variables to sensitive-variables array.
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
"capture_name_prefix": "packer",
|
"capture_name_prefix": "packer",
|
||||||
"image_version": "dev"
|
"image_version": "dev"
|
||||||
},
|
},
|
||||||
|
"sensitive-variables": ["client_secret"],
|
||||||
"builders": [
|
"builders": [
|
||||||
{
|
{
|
||||||
"type": "azure-arm",
|
"type": "azure-arm",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"capture_name_prefix": "packer",
|
"capture_name_prefix": "packer",
|
||||||
"image_version": "dev"
|
"image_version": "dev"
|
||||||
},
|
},
|
||||||
|
"sensitive-variables": ["client_secret"],
|
||||||
"builders": [
|
"builders": [
|
||||||
{
|
{
|
||||||
"type": "azure-arm",
|
"type": "azure-arm",
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
"capture_name_prefix": "packer",
|
"capture_name_prefix": "packer",
|
||||||
"image_version": "dev"
|
"image_version": "dev"
|
||||||
},
|
},
|
||||||
|
"sensitive-variables": ["install_password", "ssh_password", "client_secret"],
|
||||||
"builders": [
|
"builders": [
|
||||||
{
|
{
|
||||||
"name": "vhd",
|
"name": "vhd",
|
||||||
|
|||||||
Reference in New Issue
Block a user