Merge "Allowlist gcloud to be run during the build" into main
This commit is contained in:
commit
3f1c98978b
1 changed files with 1 additions and 1 deletions
|
@ -93,6 +93,7 @@ var Configuration = map[string]PathConfig{
|
|||
"fuser": Allowed,
|
||||
"gcert": Allowed,
|
||||
"gcertstatus": Allowed,
|
||||
"gcloud": Allowed,
|
||||
"getopt": Allowed,
|
||||
"git": Allowed,
|
||||
"hexdump": Allowed,
|
||||
|
@ -101,7 +102,6 @@ var Configuration = map[string]PathConfig{
|
|||
"javap": Allowed,
|
||||
"lsof": Allowed,
|
||||
"openssl": Allowed,
|
||||
"prodcertstatus": Allowed,
|
||||
"pstree": Allowed,
|
||||
"rsync": Allowed,
|
||||
"sh": Allowed,
|
||||
|
|
Loading…
Reference in a new issue