mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +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",
|
||||
"image_version": "dev"
|
||||
},
|
||||
"sensitive-variables": ["client_secret"],
|
||||
"builders": [
|
||||
{
|
||||
"type": "azure-arm",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"capture_name_prefix": "packer",
|
||||
"image_version": "dev"
|
||||
},
|
||||
"sensitive-variables": ["client_secret"],
|
||||
"builders": [
|
||||
{
|
||||
"type": "azure-arm",
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
"capture_name_prefix": "packer",
|
||||
"image_version": "dev"
|
||||
},
|
||||
"sensitive-variables": ["install_password", "ssh_password", "client_secret"],
|
||||
"builders": [
|
||||
{
|
||||
"name": "vhd",
|
||||
|
||||
Reference in New Issue
Block a user