Merge "Allowlist gcloud to be run during the build" into main

This commit is contained in:
Kousik Kumar 2024-02-05 14:31:35 +00:00 committed by Gerrit Code Review
commit 3f1c98978b

View file

@ -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,